mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 05:54:19 -04:00
Remove unnecessary debug code
This commit is contained in:
parent
a085bca168
commit
6306228fed
1 changed files with 0 additions and 5 deletions
|
@ -819,11 +819,6 @@ int ZBarcode_Encode(struct zint_symbol *symbol, const unsigned char *source,int
|
|||
unsigned char* local_source;
|
||||
#endif
|
||||
error_number = 0;
|
||||
|
||||
for (i = 0; i < in_length; i++) {
|
||||
printf("%X ", (int) source[i]);
|
||||
}
|
||||
printf("\n");
|
||||
|
||||
if (in_length == 0) {
|
||||
in_length = (int)ustrlen(source);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue