From: erickson Date: Fri, 23 May 2008 02:04:10 +0000 (+0000) Subject: removing chatty debug log line X-Git-Tag: osrf_rel_2_0_1~629 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=91b1b923cbf043a0321f46b21f0eac7866f7e56b;p=OpenSRF.git removing chatty debug log line git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1338 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/python/osrf/http_translator.py b/src/python/osrf/http_translator.py index 8e35f86..6525e56 100644 --- a/src/python/osrf/http_translator.py +++ b/src/python/osrf/http_translator.py @@ -289,7 +289,6 @@ class HTTPTranslator(object): @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()