irc: remove ping log

This commit is contained in:
moneromooo 2015-01-25 17:16:21 +00:00
parent 4b0d855eb0
commit c096f9d6e3
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ class IRCNetwork(Network):
#ScanWho(None,[chan])
if data.find ( 'PING' ) == 0:
log_log('Got PING, replying PONG')
self.last_ping_time = time.time()
self._irc_sendmsg ( 'PONG ' + data.split() [ 1 ])
return True