Skip to content

Commit

Permalink
removed print statement from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Jul 24, 2020
1 parent 2e81a57 commit ab79777
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ def extract_version(filename: str):
with open(filename) as f:
lines = f.readlines()
version_comment = '# version line; WARNING: do not remove or change this line or comment'
newline = '\n'
print(f'lines 59-65 {newline.join(lines[59:66])}')
for line in lines:
if version_comment in line:
idx = line.index(version_comment)
Expand Down

0 comments on commit ab79777

Please sign in to comment.