summaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/parse.c b/parse.c
index 6ce7f67..3e9041c 100644
--- a/parse.c
+++ b/parse.c
@@ -578,10 +578,6 @@ int parse(const char *filename_local, FILE* fd_local, struct label **labels_loca
}
}
- for (i = 0; i < labels_count; i++) {
- fprintf(stderr, "Label %s: 0x%04x\n", labels[i].name, labels[i].byte_offset);
- }
-
*instructions = insts;
*instructions_count = insts_count;