fixed broken build.

This commit is contained in:
Keivan Beigi 2013-07-12 16:45:09 -07:00
parent 0486b610c0
commit 389201a9eb
1 changed files with 0 additions and 2 deletions

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);