Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
travleev committed Jan 25, 2020
1 parent 19363f2 commit 5671d1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twps/ppp.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

def main():
if len(argv) < 2 or '--help' in ''.join(argv[1:]).lower():
print twps.__file__
readme = path.join(path.dirname(twps.__file__), 'readme.rst')
with open(readme, 'r') as f:
msg = f.read()
Expand Down

0 comments on commit 5671d1b

Please sign in to comment.