removed debug code
authorMatthias Kramm <kramm@quiss.org>
Mon, 19 Jan 2009 23:13:32 +0000 (15:13 -0800)
committerMatthias Kramm <kramm@quiss.org>
Mon, 19 Jan 2009 23:13:32 +0000 (15:13 -0800)
lib/pdf/BitmapOutputDev.cc

index 3b10a2f..9a3cfb4 100644 (file)
@@ -463,7 +463,7 @@ GBool BitmapOutputDev::checkNewBitmap(int x1, int y1, int x2, int y2)
     sprintf(filename2, "state%dbooltext_afternewgfx.png", dbg_btm_counter);
     sprintf(filename3, "state%dbitmap_afternewgfx.png", dbg_btm_counter);
 
-    if(dbg_btm_counter==12) {
+    if(0) {
         msg("<verbose> %s %s %s", filename1, filename2, filename3);
        writeAlpha(boolpolybitmap, filename1);
        writeAlpha(booltextbitmap, filename2);