removed log4net from global.asax to fix compile issue

This commit is contained in:
kay.one 2010-09-26 14:28:12 -07:00
parent 22ec10483a
commit 96c75b15f0
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
using System.Web.Mvc;
using System.Web.Routing;
using log4net;
using Ninject;
using Ninject.Web.Mvc;
using NzbDrone.Core;