fixed broken build.

pull/6/head
Keivan Beigi 11 years ago
parent 0486b610c0
commit 389201a9eb

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

Loading…
Cancel
Save