mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
improve logging a bit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7768 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -83,9 +83,6 @@ class FreepyRequest(object):
|
||||
|
||||
otherwise, if the fs response is incomplete, just buffer the data
|
||||
"""
|
||||
if freepy.globals.DEBUG_ON:
|
||||
print line
|
||||
|
||||
if not line or len(line) == 0:
|
||||
self._fsm.BlankLine()
|
||||
return self.isRequestFinished()
|
||||
|
Reference in New Issue
Block a user