Skip to content

Commit

Permalink
Removed prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommatheussen committed Mar 1, 2017
1 parent 5447ff9 commit cf45104
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rtmapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ def _call_method(self, method_name, **params):
if (params['format'] and params['format'] == 'json'):
json_obj = json.loads(data.decode("utf-8"))

print(json_obj)
print(json_obj['rsp'])

return json_obj['rsp']
else:
tree = ElementTree.fromstring(data)
Expand Down

0 comments on commit cf45104

Please sign in to comment.