fixed broken build.

This commit is contained in:
Keivan Beigi 2013-07-12 16:45:09 -07:00
commit 389201a9eb

View file

@ -41,8 +41,6 @@ namespace NzbDrone.Integration.Test
static IntegrationTest()
{
LogManager.Configuration.Reload();
LogManager.Configuration = new LoggingConfiguration();
var consoleTarget = new ConsoleTarget { Layout = "${time} - ${logger} - ${message} ${exception}" };
LogManager.Configuration.AddTarget(consoleTarget.GetType().Name, consoleTarget);