We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c9435 commit 1da2d2fCopy full SHA for 1da2d2f
1 file changed
barcode/itf.py
@@ -60,7 +60,6 @@ def build(self):
60
data += itf.CODES[bars_digit][j].upper()
61
data += itf.CODES[spaces_digit][j].lower()
62
data += itf.STOP
63
- print data
64
raw = ''
65
for e in data:
66
if e == 'W':
0 commit comments