Skip to content

Commit 1e03919

Browse files
committed
Removed remaining print statements
Fixes #52
1 parent 5af542d commit 1e03919

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jsonrpclib/jsonlib.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,9 @@ class UJsonHandler(JsonHandler):
9797
def get_methods(self):
9898
import ujson
9999

100-
print("ujson-jsonlib:", id(ujson))
101-
102100
def dumps_ujson(obj, encoding="utf-8"):
103101
return ujson.dumps(obj)
104102

105-
print("jsonlib:", ujson.loads)
106103
return ujson.loads, dumps_ujson
107104

108105

0 commit comments

Comments
 (0)