about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-03-15 00:31:21 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-03-15 00:31:21 +0000
commita4601e8ebde1ce20bd21e56a2bde2b87aea2e00c (patch)
tree180dfdb54fcd92fe388f34161e63a1dbc204e4ad /editor
parentaff14e99ec76823c91269dcf917bb853992ff995 (diff)
downloadnetpbm-mirror-a4601e8ebde1ce20bd21e56a2bde2b87aea2e00c.tar.gz
netpbm-mirror-a4601e8ebde1ce20bd21e56a2bde2b87aea2e00c.tar.xz
netpbm-mirror-a4601e8ebde1ce20bd21e56a2bde2b87aea2e00c.zip
Remove debugging trace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3749 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rwxr-xr-xeditor/pnmquantall1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/pnmquantall b/editor/pnmquantall
index d268227d..aea6cc84 100755
--- a/editor/pnmquantall
+++ b/editor/pnmquantall
@@ -205,7 +205,6 @@ if (!defined($colorMapFh)) {
 if (!$progError) {
     makeColorMap(\@fileNames, $newColorCt, $colorMapFileName, \$progError);
 }
-print ("got color map\n");
 if (!$progError) {
     remapFiles(\@fileNames, $colorMapFileName, $ext, \$progError);
 }