Skip to content

Commit 2d54e48

Browse files
committed
Drop Some Debugging Output
1 parent 591b825 commit 2d54e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/IncrementalTestFramework/IncrementalTest.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ public struct IncrementalTest {
7474
}
7575
private func performSteps() throws {
7676
for (index, step) in steps.enumerated() {
77-
if !context.verbose {
77+
if context.verbose {
7878
print("\(index)", terminator: " ")
7979
}
8080
try step.perform(stepIndex: index, in: context)
8181
}
82-
if !context.verbose {
82+
if context.verbose {
8383
print("")
8484
}
8585
}

0 commit comments

Comments
 (0)