remove stray print
This commit is contained in:
@@ -39,7 +39,6 @@ def json_with_comments(s: bytes) -> Any:
|
|||||||
idx = match.end()
|
idx = match.end()
|
||||||
match = TOKEN.search(s, idx)
|
match = TOKEN.search(s, idx)
|
||||||
|
|
||||||
print(bio.getvalue())
|
|
||||||
bio.seek(0)
|
bio.seek(0)
|
||||||
return json.load(bio)
|
return json.load(bio)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user