diff options
| author | Liggy <Liggy@users.noreply.github.com> | 2019-02-20 14:24:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-20 14:24:23 +0100 |
| commit | 13bfe5093ec0d198a23d5454f0b7d8f5969a7dfb (patch) | |
| tree | 001a76a3321476095898ffc8eddf2e3e72e01dc4 /MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs | |
| parent | 5917e91447ee0d8db3055614aebf27c03ea91752 (diff) | |
| parent | 99bed9a9c3791bcff648029088d766f1dfde3a96 (diff) | |
Merge branch 'master' into populate-extras
Diffstat (limited to 'MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs b/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs index ce4ef1cfe..6a1a0f090 100644 --- a/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs +++ b/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs @@ -7,20 +7,6 @@ namespace MediaBrowser.Model.Configuration /// </summary> public class BaseApplicationConfiguration { - // TODO: @bond Remove? - /// <summary> - /// Gets or sets a value indicating whether [enable debug level logging]. - /// </summary> - /// <value><c>true</c> if [enable debug level logging]; otherwise, <c>false</c>.</value> - public bool EnableDebugLevelLogging { get; set; } - - /// <summary> - /// Enable automatically and silently updating of the application - /// </summary> - /// <value><c>true</c> if [enable auto update]; otherwise, <c>false</c>.</value> - public bool EnableAutoUpdate { get; set; } - - // TODO: @bond Remove? /// <summary> /// The number of days we should retain log files /// </summary> @@ -44,7 +30,6 @@ namespace MediaBrowser.Model.Configuration /// </summary> public BaseApplicationConfiguration() { - EnableAutoUpdate = true; LogFileRetentionDays = 3; } } |
