mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Set debugLoggingEnabled to false.
This commit is contained in:
@@ -14,7 +14,7 @@ import Parser
|
||||
public struct HTMLMetadataDownloader {
|
||||
|
||||
nonisolated(unsafe) private static let logger = Logger(subsystem: Bundle.main.bundleIdentifier!, category: "HTMLMetadataDownloader")
|
||||
private static let debugLoggingEnabled = true
|
||||
private static let debugLoggingEnabled = false
|
||||
private static let cache = HTMLMetadataCache()
|
||||
|
||||
public static func downloadMetadata(for url: String) async -> HTMLMetadata? {
|
||||
|
||||
Reference in New Issue
Block a user