Skip to content

Commit

Permalink
Remove debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-git committed Oct 13, 2023
1 parent 034fdee commit e52538e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ public class WafUpdateTests : WafLibraryRequiredTest
[Fact]
public void RulesUpdate()
{
GlobalSettings.SetDebugEnabled(true);

var initResult = Waf.Create(WafLibraryInvoker!, string.Empty, string.Empty);
using var waf = initResult.Waf;
waf.Should().NotBeNull();
Expand Down

0 comments on commit e52538e

Please sign in to comment.