[Opensrf-commits] r2089 - branches/rel_2_0/src/python (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Nov 16 09:09:03 EST 2010
Author: erickson
Date: 2010-11-16 09:09:02 -0500 (Tue, 16 Nov 2010)
New Revision: 2089
Modified:
branches/rel_2_0/src/python/srfsh.py
Log:
removed debug print statement
Modified: branches/rel_2_0/src/python/srfsh.py
===================================================================
--- branches/rel_2_0/src/python/srfsh.py 2010-11-16 14:08:29 UTC (rev 2088)
+++ branches/rel_2_0/src/python/srfsh.py 2010-11-16 14:09:02 UTC (rev 2089)
@@ -134,7 +134,6 @@
break
total = time.time() - start
- print str(resp.content())
otp = get_var('SRFSH_OUTPUT')
if otp == 'pretty':
print "\n" + osrf.json.debug_net_object(resp.content())
More information about the opensrf-commits
mailing list