From: beeanyew Date: Wed, 12 May 2021 15:45:15 +0000 (+0200) Subject: Remove debug output X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=01c52208f9230875c4a7f9f027d0703f8219a5ea;p=pistorm Remove debug output --- diff --git a/platforms/amiga/hunk-reloc.c b/platforms/amiga/hunk-reloc.c index d396c08..3b92e33 100644 --- a/platforms/amiga/hunk-reloc.c +++ b/platforms/amiga/hunk-reloc.c @@ -221,7 +221,6 @@ int load_lseg(int fd, uint8_t **buf_p, struct hunk_info *i, struct hunk_reloc *r DEBUG("[LOAD_LSEG] Next: %d LoadData: %p\n", BE(lsb->lsb_Next), (void *)lsb->lsb_LoadData); next_blk = BE(lsb->lsb_Next); do { - printf("Reading thing.\n"); next_blk = BE(lsb->lsb_Next); fwrite(lsb->lsb_LoadData, 1, block_size - 20, out); lseek64(fd, next_blk * block_size, SEEK_SET);