[Opensrf-commits] r1338 - trunk/src/python/osrf
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu May 22 22:04:12 EDT 2008
Author: erickson
Date: 2008-05-22 22:04:10 -0400 (Thu, 22 May 2008)
New Revision: 1338
Modified:
trunk/src/python/osrf/http_translator.py
Log:
removing chatty debug log line
Modified: trunk/src/python/osrf/http_translator.py
===================================================================
--- trunk/src/python/osrf/http_translator.py 2008-05-22 19:58:56 UTC (rev 1337)
+++ trunk/src/python/osrf/http_translator.py 2008-05-23 02:04:10 UTC (rev 1338)
@@ -289,7 +289,6 @@
@return False if there is no data to return to the caller
(dropped message, eg. timeout), True otherwise '''
- osrf.log.log_debug('checking status...')
osrf_msgs = osrf.json.to_object(net_msg.body)
last_msg = osrf_msgs.pop()
More information about the opensrf-commits
mailing list