about summary refs log tree commit diff
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
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
-rw-r--r--doc/HISTORY6
-rwxr-xr-xeditor/pnmquantall1
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index b33bbadf..6942d2aa 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -11,6 +11,9 @@ not yet  BJH  Release 10.90.00
               pamundice: Add error and warning messages for insane file name
               pattern.
 
+              pamcut: Improve error messages for legacy command line
+              arguments.
+
               pamditherbw: Fix bug: issue error message instead of just
               ignoring one of the options when you specify -hilbert and
               another halftone option.
@@ -25,8 +28,7 @@ not yet  BJH  Release 10.90.00
               pgmnoise: Correct error messages for invalid height, width
               arguments.
 
-              pamcut: Improve error messages for legacy command line
-              arguments.
+              pnmquantall: remove accidentally published debugging trace.
 
               libnetpbm: pm_getline, xvminitoppm, pamtris : Fix bug: crash
               when reading empty line.
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);
 }