Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed Aug 9, 2020
1 parent 07669a4 commit 04e1117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ def fib(n):
fib(10)
t.stop()
entries = t.parse()
print(t.generate_json())
t.generate_json()

0 comments on commit 04e1117

Please sign in to comment.