[ion/simulator] Remove a useless printf

This commit is contained in:
Romain Goyet
2020-09-16 12:04:56 -04:00
committed by Léa Saviot
parent c3c7651ca8
commit b32497da23

View File

@@ -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;
}