Remove redundant log; IRC will emit one
This commit is contained in:
parent
98fd178c62
commit
5eb92007ae
@ -311,7 +311,6 @@ class ServerManager(LoggedClass):
|
|||||||
await self.start_server('SSL', env.host, env.ssl_port, ssl=sslc)
|
await self.start_server('SSL', env.host, env.ssl_port, ssl=sslc)
|
||||||
|
|
||||||
if env.irc:
|
if env.irc:
|
||||||
self.logger.info('starting IRC coroutine')
|
|
||||||
self.irc_future = asyncio.ensure_future(self.irc.start())
|
self.irc_future = asyncio.ensure_future(self.irc.start())
|
||||||
else:
|
else:
|
||||||
self.logger.info('IRC disabled')
|
self.logger.info('IRC disabled')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user