summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-11-14 00:54:11 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-11-14 00:54:11 +0000
commit43d7497447951b473f76fb1b6f33ab654b081d73 (patch)
tree7c73efb32dd31092134c3ec3dba9908f0e45ef86
parentpatch 1591723 for extra tracing parameters (diff)
downloadinkscape-43d7497447951b473f76fb1b6f33ab654b081d73.tar.gz
inkscape-43d7497447951b473f76fb1b6f33ab654b081d73.zip
remove debug output
(bzr r1949)
-rw-r--r--src/trace/potrace/inkscape-potrace.cpp2
1 files changed, 0 insertions, 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);
}