Skip to content

Commit 9e37495

Browse files
Fix merge
1 parent cea795c commit 9e37495

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Certify.Core/Management/SettingsManager.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.IO;
44
using Certify.Models;
@@ -180,11 +180,6 @@ public static CoreAppSettings Current
180180
/// </summary>
181181
public bool PerformChallengeCleanupsLast { get; set; }
182182
public string CurrentServiceVersion { get; set; }
183-
public bool DisableARIChecks { get; set; }
184-
/// </summary>
185-
/// If true, ARI checks will not be performed during periodic maintenance
186-
/// <summary>
187-
188183

189184
/// <summary>
190185
/// If true, ARI checks will not be performed during periodic maintenance

0 commit comments

Comments
 (0)