From a87e24fa2d1c86e85444e177a3c3156f4d630c3f Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Sun, 2 Oct 2011 15:40:19 +0200 Subject: Removed forgotten debug statement. (bzr r10657) --- src/xml/repr-css.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/xml/repr-css.cpp') 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)) { -- cgit v1.2.3