From: Matthias Kramm Date: Mon, 19 Jan 2009 23:13:32 +0000 (-0800) Subject: removed debug code X-Git-Tag: release-0-9-0~251 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=859db922893ac7c418debc823da47d7797e022e9 removed debug code --- diff --git a/lib/pdf/BitmapOutputDev.cc b/lib/pdf/BitmapOutputDev.cc index 3b10a2f..9a3cfb4 100644 --- a/lib/pdf/BitmapOutputDev.cc +++ b/lib/pdf/BitmapOutputDev.cc @@ -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(" %s %s %s", filename1, filename2, filename3); writeAlpha(boolpolybitmap, filename1); writeAlpha(booltextbitmap, filename2);