removed leftover debug print master
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 18 Feb 2019 03:50:05 +0000 (05:50 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 18 Feb 2019 03:50:05 +0000 (05:50 +0200)
src/main.c

index d4698cc..0dd9ead 100644 (file)
@@ -184,9 +184,6 @@ int proc_image(const char *fname)
                        }
 
                        *mapptr++ = idx;
-                       if(i < 2) {
-                               printf("%2dx%-2d: %d\n", j, i, idx);
-                       }
 
                        sptr += tile.scansz;
                }