summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2010-06-15 07:00:24 +0000
committerJosh Andler <scislac@gmail.com>2010-06-15 07:00:24 +0000
commit089fdac562e93167dbdc0c15179e2ae6315aadc8 (patch)
tree94d98e7aea33306908ba2cc5d1d743cfc2b68ff0 /src
parent* [INTL: pl] Polish translation updated. (diff)
downloadinkscape-089fdac562e93167dbdc0c15179e2ae6315aadc8.tar.gz
inkscape-089fdac562e93167dbdc0c15179e2ae6315aadc8.zip
Disable a couple debug messages.
(bzr r9501)
Diffstat (limited to 'src')
-rw-r--r--src/display/nr-filter-flood.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display/nr-filter-flood.cpp b/src/display/nr-filter-flood.cpp
index 1d804f969..fd0600cdb 100644
--- a/src/display/nr-filter-flood.cpp
+++ b/src/display/nr-filter-flood.cpp
@@ -32,7 +32,7 @@ FilterFlood::~FilterFlood()
{}
int FilterFlood::render(FilterSlot &slot, FilterUnits const &/*units*/) {
-g_message("rendering feflood");
+//g_message("rendering feflood");
NRPixBlock *in = slot.get(_input);
if (!in) {
g_warning("Missing source image for feFlood (in=%d)", _input);
@@ -60,7 +60,7 @@ g_message("rendering feflood");
#if ENABLE_LCMS
icc_color_to_sRGB(icc, &r, &g, &b);
-g_message("result: r:%d g:%d b:%d", r, g, b);
+//g_message("result: r:%d g:%d b:%d", r, g, b);
#endif //ENABLE_LCMS
for(i=0; i < 4*in_h*in_w; i+=4){