We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf6e7d commit 71914efCopy full SHA for 71914ef
Tool/Sources/Logger/Logger.swift
@@ -18,7 +18,6 @@ public final class Logger {
18
public static let gitHubCopilot = Logger(category: "GitHubCopilot")
19
public static let codeium = Logger(category: "Codeium")
20
public static let langchain = Logger(category: "LangChain")
21
- public static let python = Logger(category: "Python")
22
#if DEBUG
23
public static let temp = Logger(category: "Temp")
24
#endif
0 commit comments