diff --git a/pysearpc/client.py b/pysearpc/client.py index 0c04d40..d3b82e4 100644 --- a/pysearpc/client.py +++ b/pysearpc/client.py @@ -51,7 +51,6 @@ def _fret_obj(ret_str): def _fret_objlist(ret_str): - print ret_str try: dicts = json.loads(ret_str) except: