Code

remove debug output
authorbuliabyak <buliabyak@users.sourceforge.net>
Tue, 14 Nov 2006 00:54:11 +0000 (00:54 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Tue, 14 Nov 2006 00:54:11 +0000 (00:54 +0000)
src/trace/potrace/inkscape-potrace.cpp

index e36673e4fe55216b0b65d1391f0d8ae8da6e9325..d1aa357fc3089dc15526b176c6bf67f90f1aacd6 100644 (file)
@@ -531,7 +531,6 @@ PotraceTracingEngine::traceBrightnessMulti(GdkPixbuf * thePixbuf)
     //# Remove the bottom-most scan, if requested
     if (results.size() > 1 && multiScanRemoveBackground)
         {
-        g_message("remove background");
         results.erase(results.end() - 1);
         }
 
@@ -616,7 +615,6 @@ PotraceTracingEngine::traceQuant(GdkPixbuf * thePixbuf)
     //# Remove the bottom-most scan, if requested
     if (results.size() > 1 && multiScanRemoveBackground)
         {
-        g_message("remove background");
         results.erase(results.end() - 1);
         }