From caa5c42fae83c74849871ae2663cf008ae836125 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Tue, 13 Jun 2017 02:52:44 +0200 Subject: [PATCH] Removed 'culture info is...' from the console --- src/NadekoBot/Modules/NadekoModule.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/NadekoBot/Modules/NadekoModule.cs b/src/NadekoBot/Modules/NadekoModule.cs index 8a53db50..248e8441 100644 --- a/src/NadekoBot/Modules/NadekoModule.cs +++ b/src/NadekoBot/Modules/NadekoModule.cs @@ -33,8 +33,6 @@ namespace NadekoBot.Modules protected override void BeforeExecute() { _cultureInfo =_localization.GetCultureInfo(Context.Guild?.Id); - - _log.Info("Culture info is {0}", _cultureInfo); } //public Task ReplyConfirmLocalized(string titleKey, string textKey, string url = null, string footer = null)