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:
Traun Leyden
2008-03-01 20:36:38 +00:00
parent 2af89ea769
commit e27ab3ce4c
2 changed files with 22 additions and 13 deletions

View File

@@ -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()