mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
- Removed debug message.
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@648 a942ae1a-1317-0410-a47c-b1dcaea8d605
This commit is contained in:
parent
487ce41a52
commit
449578317a
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class RequestHandler(asynchat.async_chat):
|
|||
self.set_terminator(RequestHandler.END_STRING)
|
||||
|
||||
def collect_incoming_data(self, data):
|
||||
logSys.debug("Received raw data: " + str(data))
|
||||
#logSys.debug("Received raw data: " + str(data))
|
||||
self.__buffer.append(data)
|
||||
|
||||
##
|
||||
|
|
|
|||
Loading…
Reference in a new issue