From a590586486ac81d5d0be441377481286e991c951 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Tue, 14 Nov 2006 00:54:11 +0000 Subject: [PATCH] remove debug output --- src/trace/potrace/inkscape-potrace.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/trace/potrace/inkscape-potrace.cpp b/src/trace/potrace/inkscape-potrace.cpp index e36673e4f..d1aa357fc 100644 --- a/src/trace/potrace/inkscape-potrace.cpp +++ b/src/trace/potrace/inkscape-potrace.cpp @@ -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); } -- 2.30.2