Skip to content

Commit

Permalink
update logger
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning committed Aug 21, 2024
1 parent 576a50c commit d24cb2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/APNS/APNSClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public final class APNSClient<Decoder: APNSJSONDecoder, Encoder: APNSJSONEncoder
}
}

/// Shuts down the client and event loop gracefully.
/// Shuts down the client gracefully.
public func shutdown() async throws {
try await self.httpClient.shutdown()
}
Expand Down
1 change: 0 additions & 1 deletion Sources/APNSExample/Program.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ struct Main {
static let keyIdentifier = ""
static let teamIdentifier = ""

private static let logger = Logger(label: "APNSwiftExample")

static func main() async throws {

Expand Down

0 comments on commit d24cb2e

Please sign in to comment.