removed debug print and random whitespace
This commit is contained in:
@@ -558,7 +558,6 @@ int main(int argc, char **argv)
|
|||||||
prevPosition[0] = oldFileNum;
|
prevPosition[0] = oldFileNum;
|
||||||
prevFrom[0] = oldFrom;
|
prevFrom[0] = oldFrom;
|
||||||
}
|
}
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -625,11 +624,6 @@ int main(int argc, char **argv)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (kDown || kHeld) {
|
|
||||||
PrintConsole* prev = consoleSelect(&topScreenLog);
|
|
||||||
printf("filenum: %d, from: %d\n", fileNum, from);
|
|
||||||
consoleSelect(prev);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* After 1000ms, update playback time. */
|
/* After 1000ms, update playback time. */
|
||||||
|
|||||||
Reference in New Issue
Block a user