summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2011-08-09 04:02:34 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2011-08-09 04:02:34 +0000
commit16c067ffe728e848bd555b1607d766ccd4162ac5 (patch)
tree1801915b0bea1dd42d04ba4a0be28912c76305f6 /src/display/drawing-item.cpp
parentInitial autocache work (diff)
downloadinkscape-16c067ffe728e848bd555b1607d766ccd4162ac5.tar.gz
inkscape-16c067ffe728e848bd555b1607d766ccd4162ac5.zip
Turn off debug message spam
(bzr r10347.1.27)
Diffstat (limited to 'src/display/drawing-item.cpp')
-rw-r--r--src/display/drawing-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/drawing-item.cpp b/src/display/drawing-item.cpp
index 3f409b8ee..e86e222e2 100644
--- a/src/display/drawing-item.cpp
+++ b/src/display/drawing-item.cpp
@@ -780,7 +780,7 @@ DrawingItem::_cacheScore()
if (_mask) {
score += _mask->_cacheScore();
}
- g_message("caching score: %f", score);
+ //g_message("caching score: %f", score);
return score;
}