Skip to content

Commit cf45104

Browse files
committed
Removed prints
1 parent 5447ff9 commit cf45104

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rtmapi/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ def _call_method(self, method_name, **params):
103103
if (params['format'] and params['format'] == 'json'):
104104
json_obj = json.loads(data.decode("utf-8"))
105105

106-
print(json_obj)
107-
print(json_obj['rsp'])
108-
109106
return json_obj['rsp']
110107
else:
111108
tree = ElementTree.fromstring(data)

0 commit comments

Comments
 (0)