Skip to content

Commit 8857daa

Browse files
committed
Remove print statement
This ends up polluting the output of `swift test` quite a bit and doesn't seem very useful. I am assuming it was just accidentally left there.
1 parent 27f444f commit 8857daa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SPMTestSupport/XCTAssertHelpers.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public func XCTAssertBuilds(
3232
) {
3333
for conf in configurations {
3434
do {
35-
print(" Building \(conf)")
3635
_ = try executeSwiftBuild(
3736
path,
3837
configuration: conf,

0 commit comments

Comments
 (0)