1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 13:45:02 +00:00

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

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;