diff options
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/init.c b/src/init.c index cd53e67bf..ba9fd1f71 100644 --- a/src/init.c +++ b/src/init.c @@ -378,10 +378,6 @@ int init_primary(int ac, char **av) return -1; } - /* Disable the log channel if its defined in the conf, but not enabled */ - if (!Config.LogChannel && LogChan) - LogChan = false; - /* Add IRCD Protocol Module; exit if there are errors */ if (protocol_module_init()) { return -1; |