Skip to content

Commit a443e16

Browse files
committed
schema-dump: remove debug code
1 parent 9923582 commit a443e16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/schema-dump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def format_yaml(var):
9191
parser.add_option("--json", action='store_true')
9292
(options, args) = parser.parse_args()
9393

94-
print sys.argv, args
9594
url = args[0]
9695
roundup_server = xmlrpclib.ServerProxy(url, allow_none=True)
9796
schema = roundup_server.schema()

0 commit comments

Comments
 (0)