Mercurial > p > roundup > code
diff scripts/schema-dump.py @ 4938:27f592f3d696
schema-dump: remove debug code
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Fri, 03 Oct 2014 12:44:42 +0300 |
| parents | 9369ade6c24b |
| children | e46ce04d5bbc |
line wrap: on
line diff
--- a/scripts/schema-dump.py Fri Oct 03 12:08:37 2014 +0300 +++ b/scripts/schema-dump.py Fri Oct 03 12:44:42 2014 +0300 @@ -91,7 +91,6 @@ parser.add_option("--json", action='store_true') (options, args) = parser.parse_args() - print sys.argv, args url = args[0] roundup_server = xmlrpclib.ServerProxy(url, allow_none=True) schema = roundup_server.schema()
