Skip to content

Commit 7126d91

Browse files
committed
Remove unnecessary print statement
In commit b6993d0 we forgot to remove a debugging print statement.
1 parent b6993d0 commit 7126d91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

haproxytool/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def main():
3636
version = ("haproxytool version: {}, haproxyadmin library version: {}"
3737
.format(__version__, hapadmin_version))
3838
args = docopt(__doc__, version=version, options_first=True)
39-
print(args)
4039

4140
call_main = methodcaller('main')
4241

0 commit comments

Comments
 (0)