Cleanup extra printfs

This commit is contained in:
cnlohr 2020-05-03 07:18:13 -07:00
parent acf2e9c180
commit e243c7200b
2 changed files with 1 additions and 2 deletions

View file

@ -117,7 +117,7 @@ static void * LEDOutThread( void * v )
} }
} }
led->readyFlag = 0; led->readyFlag = 0;
printf( "." ); fflush( stdout ); //printf( "." ); fflush( stdout );
} }
OGUSleep(100); OGUSleep(100);
} }

View file

@ -326,7 +326,6 @@ int main(int argc, char ** argv)
double Last = Now; double Last = Now;
while(1) while(1)
{ {
printf( ".\n" );
char stt[1024]; char stt[1024];
//Handle Rawdraw frame swappign //Handle Rawdraw frame swappign