remove forgotten debug printfs

This commit is contained in:
Alexandre Ratchov 2016-06-02 07:30:30 +02:00
parent 474f0ce009
commit a6fdc3b5ed
1 changed files with 0 additions and 4 deletions

View File

@ -824,10 +824,6 @@ dev_mmcloc(int hr, int min, int sec, int fr, int cent, int fps)
log_puts(" at ");
log_putu(fps);
log_puts("fps\n");
log_puts("pos: ");
log_putu(pos);
log_puts("\n");
}
if (dev_pstate == DEV_START) {
dev_mmcstop();