Cleanup extra printfs
This commit is contained in:
parent
acf2e9c180
commit
e243c7200b
|
@ -117,7 +117,7 @@ static void * LEDOutThread( void * v )
|
|||
}
|
||||
}
|
||||
led->readyFlag = 0;
|
||||
printf( "." ); fflush( stdout );
|
||||
//printf( "." ); fflush( stdout );
|
||||
}
|
||||
OGUSleep(100);
|
||||
}
|
||||
|
|
|
@ -326,7 +326,6 @@ int main(int argc, char ** argv)
|
|||
double Last = Now;
|
||||
while(1)
|
||||
{
|
||||
printf( ".\n" );
|
||||
char stt[1024];
|
||||
//Handle Rawdraw frame swappign
|
||||
|
||||
|
|
Loading…
Reference in a new issue