Remove commented out logger calls.

This commit is contained in:
Ahmed Charles 2015-10-18 23:28:02 +00:00 committed by Griatch
parent acdf2573b0
commit 48f1d0b26f
2 changed files with 0 additions and 8 deletions

View file

@ -296,8 +296,6 @@ class IMC2Bot(telnet.StatefulTelnetProtocol, Session):
self._imc_login(line)
return
#logger.log_infomsg("IMC2: RECV> %s" % line)
# Parse the packet and encapsulate it for easy access
packet = pck.IMC2Packet(self.mudname, packet_str=line)