From 0a48b5e31aa712acd988626a88c52c47467945b2 Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Sat, 21 Jul 2012 14:39:47 -0400 Subject: Added a BaseKernel for the UI and Server to share, and made some other minor re-organizations. --- MediaBrowser.Common/Logging/BaseLogger.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'MediaBrowser.Common/Logging/BaseLogger.cs') diff --git a/MediaBrowser.Common/Logging/BaseLogger.cs b/MediaBrowser.Common/Logging/BaseLogger.cs index 407c8baa7..51c6632d5 100644 --- a/MediaBrowser.Common/Logging/BaseLogger.cs +++ b/MediaBrowser.Common/Logging/BaseLogger.cs @@ -2,7 +2,6 @@ using System.Diagnostics; using System.Text; using System.Threading; -using MediaBrowser.Model.Logging; namespace MediaBrowser.Common.Logging { -- cgit v1.2.3