summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2011-10-02 13:40:19 +0000
committertavmjong-free <tavmjong@free.fr>2011-10-02 13:40:19 +0000
commita87e24fa2d1c86e85444e177a3c3156f4d630c3f (patch)
tree9e1a1e55e7b84be62d127fa7f8fc8c02c14214b0 /src
parentRemoving redundant doxygen @brief tag. (diff)
downloadinkscape-a87e24fa2d1c86e85444e177a3c3156f4d630c3f.tar.gz
inkscape-a87e24fa2d1c86e85444e177a3c3156f4d630c3f.zip
Removed forgotten debug statement.
(bzr r10657)
Diffstat (limited to 'src')
-rw-r--r--src/xml/repr-css.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xml/repr-css.cpp b/src/xml/repr-css.cpp
index a0b45a42e..8de85c36d 100644
--- a/src/xml/repr-css.cpp
+++ b/src/xml/repr-css.cpp
@@ -232,7 +232,6 @@ sp_repr_css_write_string(SPCSSAttr *css)
}
} else {
buffer.append(iter->value); // unquoted
- g_warning("sp_repr_css_write_string: %s %s", g_quark_to_string(iter->key), iter->value.pointer() );
}
if (rest(iter)) {