aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Kernel/BaseKernel.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-25 00:17:59 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-25 00:17:59 -0500
commit364fbb9e0c7586afa296ddd7d739df086f4c3533 (patch)
tree4b643b13ebdc31b95d0544c87e9fa398571c450e /MediaBrowser.Common/Kernel/BaseKernel.cs
parentb075e0a5b963435c67b7027f85b51ff181adc2d1 (diff)
fixed plugin assembly downloads as well as debug/release detection with nuget assemblies
Diffstat (limited to 'MediaBrowser.Common/Kernel/BaseKernel.cs')
-rw-r--r--MediaBrowser.Common/Kernel/BaseKernel.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Kernel/BaseKernel.cs b/MediaBrowser.Common/Kernel/BaseKernel.cs
index 7a1492359..eb5381e20 100644
--- a/MediaBrowser.Common/Kernel/BaseKernel.cs
+++ b/MediaBrowser.Common/Kernel/BaseKernel.cs
@@ -312,8 +312,6 @@ namespace MediaBrowser.Common.Kernel
// Set these to null so that they can be lazy loaded again
Configuration = null;
- ReloadLogger();
-
Logger.Info("Version {0} initializing", ApplicationVersion);
await OnConfigurationLoaded().ConfigureAwait(false);