Remove redundant log; IRC will emit one

This commit is contained in:
Neil Booth 2016-11-20 18:18:30 +09:00
parent 98fd178c62
commit 5eb92007ae

View File

@ -311,7 +311,6 @@ class ServerManager(LoggedClass):
await self.start_server('SSL', env.host, env.ssl_port, ssl=sslc)
if env.irc:
self.logger.info('starting IRC coroutine')
self.irc_future = asyncio.ensure_future(self.irc.start())
else:
self.logger.info('IRC disabled')