Skip to content

Commit 685c6e0

Browse files
committed
Remove logger
1 parent 5f32cb7 commit 685c6e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tool/Sources/Logger/Logger.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public final class Logger {
2323
public static let license = Logger(category: "License")
2424
public static let `extension` = Logger(category: "Extension")
2525
public static let communicationBridge = Logger(category: "CommunicationBridge")
26-
public static let resolver = Logger(category: "Resolver")
2726
public static let debug = Logger(category: "Debug")
2827
#if DEBUG
2928
/// Use a temp logger to log something temporary. I won't be available in release builds.

0 commit comments

Comments
 (0)