Skip to content

Commit

Permalink
Removed unnecessary print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
owo committed Jun 3, 2022
1 parent 6002af7 commit 7c407b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muddler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def unmuddle_command(arguments):

def main():
arguments = docopt.docopt(__doc__, version=__version__)
print(arguments)

if arguments['muddle']:
muddle_command(arguments)
elif arguments['unmuddle']:
Expand Down

0 comments on commit 7c407b2

Please sign in to comment.