mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Remove unnecessary debug code
This commit is contained in:
parent
a085bca168
commit
6306228fed
@ -820,11 +820,6 @@ int ZBarcode_Encode(struct zint_symbol *symbol, const unsigned char *source,int
|
|||||||
#endif
|
#endif
|
||||||
error_number = 0;
|
error_number = 0;
|
||||||
|
|
||||||
for (i = 0; i < in_length; i++) {
|
|
||||||
printf("%X ", (int) source[i]);
|
|
||||||
}
|
|
||||||
printf("\n");
|
|
||||||
|
|
||||||
if (in_length == 0) {
|
if (in_length == 0) {
|
||||||
in_length = (int)ustrlen(source);
|
in_length = (int)ustrlen(source);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user