From 90a6586c62403ebbfd3d3341ae85e4b680a79b37 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 12 Jun 2004 16:08:01 +0000 Subject: [PATCH] removed a debug statement. --- pdf2swf/swfoutput.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pdf2swf/swfoutput.cc b/pdf2swf/swfoutput.cc index 63c33cb..0ad1432 100644 --- a/pdf2swf/swfoutput.cc +++ b/pdf2swf/swfoutput.cc @@ -1068,7 +1068,6 @@ SWFFont::SWFFont(char*name, int id, char*filename) t=0; } } - printf("done\n"); } /* free all tables, write out definefont tags */ -- 1.7.10.4