remove stray print

This commit is contained in:
Anthony Sottile
2020-04-04 13:13:53 -07:00
parent f704505ee2
commit 843f1b6ff1

View File

@@ -39,7 +39,6 @@ def json_with_comments(s: bytes) -> Any:
idx = match.end()
match = TOKEN.search(s, idx)
print(bio.getvalue())
bio.seek(0)
return json.load(bio)