Skip to content

Commit 908c6bb

Browse files
committed
Don't log by default
1 parent 2c104a8 commit 908c6bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/DebugConfig.elm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ module DebugConfig exposing
88

99
shouldLogFirstFailure : Bool
1010
shouldLogFirstFailure =
11-
True
11+
False
1212

1313

1414
shouldLogShrinkProgress : Bool
1515
shouldLogShrinkProgress =
16-
True
16+
False
1717

1818

1919
shouldLogShrinkAttempts : Bool
2020
shouldLogShrinkAttempts =
21-
True
21+
False
2222

2323

2424
shouldLogFuzzTests : Bool
2525
shouldLogFuzzTests =
26-
True
26+
False

0 commit comments

Comments
 (0)