Skip to content

Commit c9303de

Browse files
committed
Remove old debug output
1 parent f791589 commit c9303de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# determine version from __init__.py without importing it
66
with open('./gymz/__init__.py', 'r') as f:
77
for l in f:
8-
print l
98
if '__version__' in l:
109
try:
1110
version = re.compile('[0-9]+.[0-9]+.[0-9]+').search(l).group()

0 commit comments

Comments
 (0)