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:
parent
3f02dc5c96
commit
660883cfb9
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user