removed debug print and random whitespace

This commit is contained in:
Narayan
2025-08-19 13:51:23 -07:00
parent 28e3275bdc
commit bd283f7f5f

View File

@@ -558,7 +558,6 @@ int main(int argc, char **argv)
prevPosition[0] = oldFileNum;
prevFrom[0] = oldFrom;
}
continue;
}
@@ -625,11 +624,6 @@ int main(int argc, char **argv)
continue;
}
if (kDown || kHeld) {
PrintConsole* prev = consoleSelect(&topScreenLog);
printf("filenum: %d, from: %d\n", fileNum, from);
consoleSelect(prev);
}
/* After 1000ms, update playback time. */