Skip to content

Commit 59e611d

Browse files
committed
Forgot debug lines...
1 parent ca4927c commit 59e611d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/list_hosts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ def usage():
3737
count = 100
3838
print_json = False
3939
for opt, arg in opts:
40-
print opt
41-
print arg
4240
if opt in ("-d", "--duration"):
4341
duration = int(arg)
4442
elif opt in ("-c", "--count"):

0 commit comments

Comments
 (0)