From: buliabyak Date: Tue, 14 Nov 2006 00:54:11 +0000 (+0000) Subject: remove debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a590586486ac81d5d0be441377481286e991c951;p=inkscape.git remove debug output --- 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); }