summaryrefslogtreecommitdiffstats
path: root/src/style-test.cpp
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2007-05-27 09:53:08 +0000
committerpjrm <pjrm@users.sourceforge.net>2007-05-27 09:53:08 +0000
commit2a0f0113a81cb047dc86ce7f775c1d30d0969dd9 (patch)
treef1a5082bd046c160a23f6f490a80b7442ca7b6bf /src/style-test.cpp
parentHandle snapping of nodes in sp_knot_handler. From now on the nodes of transfo... (diff)
downloadinkscape-2a0f0113a81cb047dc86ce7f775c1d30d0969dd9.tar.gz
inkscape-2a0f0113a81cb047dc86ce7f775c1d30d0969dd9.zip
Remove a printf from style-test (added in r8425, apparently intended just for debugging, though I haven't asked Ted).
(bzr r3038)
Diffstat (limited to 'src/style-test.cpp')
-rw-r--r--src/style-test.cpp1
1 files changed, 0 insertions, 1 deletions
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);