diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-25 22:55:59 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-25 22:55:59 -0500 |
| commit | cf094f9a6d19e484006781ac21262eb3fafdcbf2 (patch) | |
| tree | dbde1287834fc86ee411ac3c026e405808372eb7 /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | 74f0d8bdbe22b28822711bd701a4c33853724cb8 (diff) | |
removed developer tool setting
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 10 |
1 files changed, 0 insertions, 10 deletions
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 @@ -175,12 +175,6 @@ namespace MediaBrowser.Model.Configuration public int FileWatcherDelay { get; set; } /// <summary> - /// Gets or sets a value indicating whether [enable developer tools]. - /// </summary> - /// <value><c>true</c> if [enable developer tools]; otherwise, <c>false</c>.</value> - public bool EnableDeveloperTools { get; set; } - - /// <summary> /// 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. /// </summary> @@ -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); |
