mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 06:15:23 -04:00
Remove extra printf()
This commit is contained in:
parent
79aaa5304d
commit
43ab13f7e5
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue