Skip to content

Commit

Permalink
Remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
intitni committed Nov 28, 2024
1 parent 5f32cb7 commit 685c6e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tool/Sources/Logger/Logger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public final class Logger {
public static let license = Logger(category: "License")
public static let `extension` = Logger(category: "Extension")
public static let communicationBridge = Logger(category: "CommunicationBridge")
public static let resolver = Logger(category: "Resolver")
public static let debug = Logger(category: "Debug")
#if DEBUG
/// Use a temp logger to log something temporary. I won't be available in release builds.
Expand Down

0 comments on commit 685c6e0

Please sign in to comment.