about summary refs log tree commit diff
diff options
context:
space:
mode:
-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);
 }