Removed 'culture info is...' from the console
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user