removed a debugging printf I had left

This commit is contained in:
xhainingx 2013-04-18 04:41:09 +00:00
parent 11e84829e4
commit 00d17cc331
1 changed files with 0 additions and 1 deletions

View File

@ -920,7 +920,6 @@ int main(int argc, char *argv[])
SDL_Delay(1);
while(gtk_events_pending())
gtk_main_iteration_do(FALSE);
printf("%d\n", FCEUD_GetTime());
}
}
else