diff --git a/Sources/Swiftly/SelfUpdate.swift b/Sources/Swiftly/SelfUpdate.swift index 390b95e7..f5dcafac 100644 --- a/Sources/Swiftly/SelfUpdate.swift +++ b/Sources/Swiftly/SelfUpdate.swift @@ -74,8 +74,6 @@ struct SelfUpdate: SwiftlyCommand { } if downloadURL == nil { - await ctx.print("Checking for swiftly updates...") - let swiftlyRelease = try await ctx.httpClient.getCurrentSwiftlyRelease() guard try swiftlyRelease.swiftlyVersion > SwiftlyCore.version else {