We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f32cb7 commit 685c6e0Copy full SHA for 685c6e0
Tool/Sources/Logger/Logger.swift
@@ -23,7 +23,6 @@ public final class Logger {
23
public static let license = Logger(category: "License")
24
public static let `extension` = Logger(category: "Extension")
25
public static let communicationBridge = Logger(category: "CommunicationBridge")
26
- public static let resolver = Logger(category: "Resolver")
27
public static let debug = Logger(category: "Debug")
28
#if DEBUG
29
/// Use a temp logger to log something temporary. I won't be available in release builds.
0 commit comments