Skip to content

Commit 19e30a8

Browse files
authored
Remove redundant check for updates message in self-update (#417)
* Remove redundant check for updates message in self-update
1 parent ec18c25 commit 19e30a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/Swiftly/SelfUpdate.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ struct SelfUpdate: SwiftlyCommand {
7474
}
7575

7676
if downloadURL == nil {
77-
await ctx.print("Checking for swiftly updates...")
78-
7977
let swiftlyRelease = try await ctx.httpClient.getCurrentSwiftlyRelease()
8078

8179
guard try swiftlyRelease.swiftlyVersion > SwiftlyCore.version else {

0 commit comments

Comments
 (0)