Removed 'culture info is...' from the console
This commit is contained in:
parent
b0af0fbb08
commit
caa5c42fae
@ -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<IUserMessage> ReplyConfirmLocalized(string titleKey, string textKey, string url = null, string footer = null)
|
||||
|
Loading…
Reference in New Issue
Block a user