From 43ab13f7e5c42d140f76188dd21441ff8f75e7b0 Mon Sep 17 00:00:00 2001 From: Robin Stuart Date: Wed, 5 Aug 2020 21:32:21 +0100 Subject: [PATCH] Remove extra printf() --- backend/vector.c | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/vector.c b/backend/vector.c index 3f0d7e79..6171e663 100644 --- a/backend/vector.c +++ b/backend/vector.c @@ -740,7 +740,6 @@ INTERNAL int plot_vector(struct zint_symbol *symbol, int rotate_angle, int file_ /* Put normal human readable text at the bottom (and centered) */ // calculate start xoffset to center text vector_plot_add_string(symbol, symbol->text, main_width / 2.0 + xoffset, default_text_posn, text_height, symbol->width, &last_string); - printf("%s\n", symbol->text); } xoffset -= comp_offset; // Restore xoffset