From: pjrm Date: Sun, 27 May 2007 09:53:08 +0000 (+0000) Subject: Remove a printf from style-test (added in r8425, apparently intended just for debuggi... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d235daf32c032556f1d726790d08970b520c0e08;p=inkscape.git Remove a printf from style-test (added in r8425, apparently intended just for debugging, though I haven't asked Ted). --- diff --git a/src/style-test.cpp b/src/style-test.cpp index 5c123704b..e1e450d5e 100644 --- a/src/style-test.cpp +++ b/src/style-test.cpp @@ -624,7 +624,6 @@ test_style() gchar *str0_set = sp_style_write_string(style, SP_STYLE_FLAG_IFSET); UTEST_ASSERT(*str0_set == '\0'); UTEST_ASSERT(streq(str0_all, str0_all_exp)); - printf(str0_all); g_free(str0_all); g_free(str0_set); sp_style_unref(style);