diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-08-09 04:02:34 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-08-09 04:02:34 +0000 |
| commit | 16c067ffe728e848bd555b1607d766ccd4162ac5 (patch) | |
| tree | 1801915b0bea1dd42d04ba4a0be28912c76305f6 /src/display/drawing-item.cpp | |
| parent | Initial autocache work (diff) | |
| download | inkscape-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.cpp | 2 |
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; } |
