Remove extra printf()

This commit is contained in:
Robin Stuart 2020-08-05 21:32:21 +01:00
parent 79aaa5304d
commit 43ab13f7e5

View File

@ -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) */ /* Put normal human readable text at the bottom (and centered) */
// calculate start xoffset to center text // 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); 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 xoffset -= comp_offset; // Restore xoffset