removed logconfiguration

This commit is contained in:
kay.one 2013-02-27 22:59:08 -08:00
parent 2fae57dbea
commit 651c7c095a
23 changed files with 2762 additions and 245 deletions

View file

@ -22,7 +22,6 @@ namespace NzbDrone.Test.Common
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", consoleTarget));
RegisterExceptionVerification();
LogConfiguration.Reload();
}
}