Whoops. Remove debugging info :)

This commit is contained in:
Stefan `Sec` Zehl 2011-08-01 23:53:09 +02:00
parent 60e31bbfaf
commit 162fd9775c
1 changed files with 1 additions and 6 deletions

View File

@ -69,12 +69,7 @@ int selectFile(char *filename, char *extension)
redraw:
lcdClear();
lcdPrint("Select file:");
lcdSetCrsrX(40);
lcdPrint(IntToStr(skip,1,0));
lcdPrint("/");
lcdPrint(IntToStr(selected,1,0));
lcdNl();
lcdPrintln("Select file:");
for(int i=0; i<count; i++){
if( selected == i )
lcdPrint("*");