remove extra connection lost message

This commit is contained in:
Michel Oosterhof
2017-03-07 10:49:41 +04:00
parent bc72aa8017
commit 34de2905e3

View File

@@ -140,7 +140,7 @@ class HoneyPotBaseProtocol(insults.TerminalProtocol, TimeoutMixin):
self.cfg = None
self.user = None
self.environ = None
log.msg("honeypot terminal protocol connection lost {}".format(reason))
#log.msg("honeypot terminal protocol connection lost {}".format(reason))
def txtcmd(self, txt):