From 39ad93b4b7df6ff1fe3cd5aeda6ac8a71e2615f3 Mon Sep 17 00:00:00 2001 From: plt Date: Wed, 9 May 2012 23:19:20 +0800 Subject: [PATCH] Remove print --- pysearpc/client.py | 1 - 1 file changed, 1 deletion(-) 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: