Fixed startup issue.

This commit is contained in:
kay.one 2011-11-06 22:38:07 -08:00
commit 390dfbdee8
4 changed files with 5 additions and 2 deletions

View file

@ -55,7 +55,6 @@ namespace NzbDrone.Web
protected override IKernel CreateKernel()
{
var kernel = CentralDispatch.NinjectKernel;
kernel.Get<LogConfiguration>().Setup();
Logger.Info("NZBDrone Starting up.");
CentralDispatch.DedicateToHost();