mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-02 07:59:50 -04:00
Remove debug message
This commit is contained in:
parent
8ea8fc9ccc
commit
58537edf0a
1 changed files with 0 additions and 1 deletions
|
@ -1080,7 +1080,6 @@ int ZBarcode_Encode(struct zint_symbol *symbol, const unsigned char *source, int
|
||||||
}
|
}
|
||||||
|
|
||||||
if (symbol->input_mode & ESCAPE_MODE) {
|
if (symbol->input_mode & ESCAPE_MODE) {
|
||||||
printf("Esc process\n");
|
|
||||||
error_number = escape_char_process(symbol, local_source, &in_length);
|
error_number = escape_char_process(symbol, local_source, &in_length);
|
||||||
if (error_number != 0) {
|
if (error_number != 0) {
|
||||||
return error_number;
|
return error_number;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue