Commit 984f617b authored by Leo Gao's avatar Leo Gao
Browse files

Remove print statement

parent 04e72904
...@@ -96,8 +96,6 @@ def main(): ...@@ -96,8 +96,6 @@ def main():
# can't serialize a function # can't serialize a function
del submetrics[k]['aggregation'] del submetrics[k]['aggregation']
print(results)
dumped = json.dumps(results, indent=2) dumped = json.dumps(results, indent=2)
print(dumped) print(dumped)
if args.output_path: if args.output_path:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment