From cf094f9a6d19e484006781ac21262eb3fafdcbf2 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 25 Dec 2013 22:55:59 -0500 Subject: removed developer tool setting --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 58f8b4e05..9527fcbf3 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -174,12 +174,6 @@ namespace MediaBrowser.Model.Configuration /// The file watcher delay. public int FileWatcherDelay { get; set; } - /// - /// Gets or sets a value indicating whether [enable developer tools]. - /// - /// true if [enable developer tools]; otherwise, false. - public bool EnableDeveloperTools { get; set; } - /// /// Gets or sets a value indicating whether [enable dashboard response caching]. /// Allows potential contributors without visual studio to modify production dashboard code and test changes. @@ -255,10 +249,6 @@ namespace MediaBrowser.Model.Configuration EnableEpisodeChapterImageExtraction = false; EnableOtherVideoChapterImageExtraction = false; -#if (DEBUG) - EnableDeveloperTools = true; -#endif - MinResumePct = 5; MaxResumePct = 90; MinResumeDurationSeconds = Convert.ToInt32(TimeSpan.FromMinutes(5).TotalSeconds); -- cgit v1.2.3