Skip to content

Commit

Permalink
Remove debug mode (#4728)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-git authored Oct 17, 2023
1 parent b7b1bf6 commit 09efe0a
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 09efe0a

Please sign in to comment.