Remove debugging code

This commit is contained in:
Alex Voinea 2020-11-13 12:12:18 +02:00
parent 43ace00a24
commit 807eddafb0
No known key found for this signature in database
GPG Key ID: F5034E7CFCF2F973
1 changed files with 0 additions and 1 deletions

View File

@ -8795,7 +8795,6 @@ static bool check_file(const char* filename) {
lcd_clear();
lcd_puts_at_P(0, 1, _i("Checking file"));////c=20 r=1
lcd_set_cursor(0, 2);
printf_P(PSTR("startPos=%lu\n"), startPos);
while (!card.eof() && !result) {
for (; blocksPrinted < (((card.get_sdpos() - startPos) * LCD_WIDTH) / bytesToCheck); blocksPrinted++)
lcd_print('\xFF'); //simple progress bar