1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-08-02 05:12:55 +00:00

Remove print

This commit is contained in:
plt 2012-05-09 23:19:20 +08:00
parent d659086b4f
commit 39ad93b4b7

View File

@ -51,7 +51,6 @@ def _fret_obj(ret_str):
def _fret_objlist(ret_str):
print ret_str
try:
dicts = json.loads(ret_str)
except: