summaryrefslogtreecommitdiff
path: root/source/svg/svg-run.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/svg/svg-run.c')
-rw-r--r--source/svg/svg-run.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/svg/svg-run.c b/source/svg/svg-run.c
index 5302c640..4b7724f6 100644
--- a/source/svg/svg-run.c
+++ b/source/svg/svg-run.c
@@ -1109,8 +1109,7 @@ svg_run_element(fz_context *ctx, fz_device *dev, svg_document *doc, fz_xml *root
else
{
- /* debug print unrecognized tags */
- fz_debug_xml(root, 0);
+ /* ignore unrecognized tags */
}
}