1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-01-11 23:43:04 +00:00

c64files: remove debug iprintf

This commit is contained in:
Gyorgy Szombathelyi 2025-07-27 23:24:01 +02:00
parent 3f02dc5c96
commit 660883cfb9

View File

@ -78,7 +78,6 @@ static int c64_idx_getline(char* line, int *offset)
} }
} }
line[i] = '\0'; line[i] = '\0';
iprintf("line: %s, offset: %d\n", line, *offset);
return c==0 ? IDX_EOT : literal ? 1 : 0; return c==0 ? IDX_EOT : literal ? 1 : 0;
} }