From 91b1b923cbf043a0321f46b21f0eac7866f7e56b Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 23 May 2008 02:04:10 +0000 Subject: [PATCH] removing chatty debug log line git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1338 9efc2488-bf62-4759-914b-345cdb29e865 --- src/python/osrf/http_translator.py | 1 - 1 file changed, 1 deletion(-) 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() -- 2.43.2