Skip to content

Commit 429a13f

Browse files
committed
Remove print statement
1 parent a72ce70 commit 429a13f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/SwiftlyTests/InstallTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ final class InstallTests: SwiftlyTests {
3030
}
3131

3232
// As of writing this, 5.8.0 is the latest stable release. Assert it is at least that new.
33-
print("RELEASE IS \(release)")
3433
XCTAssertTrue(release >= ToolchainVersion.StableRelease(major: 5, minor: 8, patch: 0))
3534

3635
try await validateInstalledToolchains([installedToolchain], description: "install latest")

0 commit comments

Comments
 (0)