Skip to content

Commit 1da2d2f

Browse files
committed
Removed debug print
1 parent 19c9435 commit 1da2d2f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

barcode/itf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def build(self):
6060
data += itf.CODES[bars_digit][j].upper()
6161
data += itf.CODES[spaces_digit][j].lower()
6262
data += itf.STOP
63-
print data
6463
raw = ''
6564
for e in data:
6665
if e == 'W':

0 commit comments

Comments
 (0)