diff --git a/NzbDrone.Web/Global.asax.cs b/NzbDrone.Web/Global.asax.cs index 1ad8cebef..007a1bc28 100644 --- a/NzbDrone.Web/Global.asax.cs +++ b/NzbDrone.Web/Global.asax.cs @@ -1,6 +1,5 @@ using System.Web.Mvc; using System.Web.Routing; -using log4net; using Ninject; using Ninject.Web.Mvc; using NzbDrone.Core;