This should never have been in defaults - sorry about that

This commit is contained in:
Devin J. Pohly
2013-05-29 15:26:56 -04:00
parent 640626e155
commit 64f59e616c
3 changed files with 3 additions and 5 deletions
@@ -24,9 +24,7 @@ InputHandler_Linux_PIUIO::InputHandler_Linux_PIUIO()
fd = open( "/dev/piuio0", O_RDONLY );
if( fd < 0 )
{
/* As it happens, most people don't have one of these. Don't log this.
* TODO: Log it if it's in the device list. - Colby */
//LOG->Warn( "Couldn't open PIUIO device: %s", strerror(errno) );
LOG->Warn( "Couldn't open PIUIO device: %s", strerror(errno) );
return;
}