Skip to content

Commit

Permalink
mammon.client: turn off more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Jan 4, 2015
1 parent 775c24e commit 5ef5d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mammon/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def message_received(self, data):
m = RFC1459Message.from_message(data.decode('UTF-8', 'replace').strip('\r\n'))
m.client = self

logging.debug('client {0} --> {1}'.format(repr(self.__dict__), repr(m.serialize())))
# logging.debug('client {0} --> {1}'.format(repr(self.__dict__), repr(m.serialize())))
if len(self.recvq) > self.ctx.conf.recvq_len:
self.exit_client('Excess flood')
return
Expand Down

0 comments on commit 5ef5d64

Please sign in to comment.