Removed 'culture info is...' from the console

This commit is contained in:
Master Kwoth 2017-06-13 02:52:44 +02:00
parent b0af0fbb08
commit caa5c42fae

View File

@ -33,8 +33,6 @@ namespace NadekoBot.Modules
protected override void BeforeExecute() protected override void BeforeExecute()
{ {
_cultureInfo =_localization.GetCultureInfo(Context.Guild?.Id); _cultureInfo =_localization.GetCultureInfo(Context.Guild?.Id);
_log.Info("Culture info is {0}", _cultureInfo);
} }
//public Task<IUserMessage> ReplyConfirmLocalized(string titleKey, string textKey, string url = null, string footer = null) //public Task<IUserMessage> ReplyConfirmLocalized(string titleKey, string textKey, string url = null, string footer = null)