summaryrefslogtreecommitdiffstats
path: root/src/style-test.cpp
diff options
context:
space:
mode:
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);