about summary refs log tree commit diff
path: root/converter/other/pamtosvg
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-08-04 20:20:02 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-08-04 20:20:02 +0000
commit75067853616bf20225d7ba33a153be1b5334d0bc (patch)
treeb639e023f4021313a627d0be0578e5bfcdbe22bd /converter/other/pamtosvg
parent183ee46475c0d75207055d6c18f9dd87dc537389 (diff)
downloadnetpbm-mirror-75067853616bf20225d7ba33a153be1b5334d0bc.tar.gz
netpbm-mirror-75067853616bf20225d7ba33a153be1b5334d0bc.tar.xz
netpbm-mirror-75067853616bf20225d7ba33a153be1b5334d0bc.zip
Remove debug trace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@691 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pamtosvg')
-rw-r--r--converter/other/pamtosvg/fit.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/converter/other/pamtosvg/fit.c b/converter/other/pamtosvg/fit.c
index 4b43fbf0..5ba7a2f6 100644
--- a/converter/other/pamtosvg/fit.c
+++ b/converter/other/pamtosvg/fit.c
@@ -292,7 +292,7 @@ remove_adjacent_corners(index_list_type *   const list,
    pixel. We need this for checking the adjacency of the last corner.
 
    We need to do this because the adjacent corners turn into
-   two-pixel-long curves, which can only be fit by straight lines.
+   two-pixel-long curves, which can be fit only by straight lines.
 -----------------------------------------------------------------------------*/
   unsigned int j;
   unsigned int last;
@@ -314,10 +314,6 @@ remove_adjacent_corners(index_list_type *   const list,
           temp = GET_INDEX (*list, j);
           GET_INDEX (*list, j) = GET_INDEX (*list, max_index);
           GET_INDEX (*list, max_index) = temp;
-      
-      /* xx -- really have to sort?  */
-      LOG ("needed exchange");
-      at_exception_warning(exception, "needed exchange");
         }
     }