Skip to content

Commit

Permalink
Removed unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Feb 5, 2018
1 parent 8dd9170 commit 60fe6b0
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 @@ -13,8 +13,6 @@
for line in f.readlines():
requirements.append(line.strip())

print(f'requirements: {requirements}')

setup_requirements = [
'flake8 >= 3.5.0',
'stringify >= 0.1.1',
Expand Down

0 comments on commit 60fe6b0

Please sign in to comment.