remove debug output

This commit is contained in:
Yannick Reiß 2023-09-22 15:17:05 +02:00
parent 09dce9f92c
commit 2f3cc97163
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 0 additions and 9 deletions

View File

@ -124,15 +124,6 @@ int main (int argc, char** argv) {
exit(EXIT_FAILURE);
}
/* DEBUG START */
for (int i = 0; i < 533; i++) {
(void)printf("%c", binary[i]);
}
/* DEBUG END */
if (fprintf(fout, "%s", binary) < 0) {
(void)printf("ERROR: Could not write to file %s!\n", filename_compiled);
exit(EXIT_FAILURE);