mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion/simulator] Remove a useless printf
This commit is contained in:
@@ -22,7 +22,6 @@ static inline bool load(FILE * f) {
|
||||
if (fread(buffer, sHeaderLength, 1, f) != 1) {
|
||||
return false;
|
||||
}
|
||||
printf("READ\n");
|
||||
if (strcmp(buffer, sHeader) != 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user