Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
godwhoa committed Aug 17, 2019
1 parent 356aaa9 commit 0c6c696
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion piqueserver/commands.py
Expand Up @@ -293,7 +293,6 @@ def _decorated(connection, *args, **kwargs):
# console or irc invokers are required to provide a target
else:
raise ValueError("Target player is required")
print(*args)
return func(connection, *args, **kwargs)
return _decorated

Expand Down

0 comments on commit 0c6c696

Please sign in to comment.