commit 750819026920751b81833cb60270ad7047e75cdc from: rsc date: Thu Jul 14 00:03:57 2005 UTC silence fprint commit - 3c47d761741a0bd32d201bbfcb1cbe25fdb2fd2f commit + 750819026920751b81833cb60270ad7047e75cdc blob - 085afba31bb0b2162bba1a7b7f8a5558515e4eb1 blob + 9630a087fc7c4277877ed2fdbc9cbed7942aac29 --- src/libdraw/subfont.c +++ src/libdraw/subfont.c @@ -12,7 +12,6 @@ allocsubfont(char *name, int n, int height, int ascent f = malloc(sizeof(Subfont)); if(f == 0) return 0; -fprint(2, "allocsubfont %p\n", f); f->n = n; f->height = height; f->ascent = ascent;