mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove unneeded log. Add log for dropping X/Twitter requests.
This commit is contained in:
@@ -90,7 +90,6 @@ extension LocalAccountRefresher: DownloadSessionDelegate {
|
||||
}
|
||||
|
||||
if let error {
|
||||
os_log(.debug, "Error downloading \(url) - \(error)")
|
||||
return
|
||||
}
|
||||
|
||||
@@ -171,6 +170,7 @@ private extension LocalAccountRefresher {
|
||||
|
||||
for badHost in badHosts {
|
||||
if lowercaseHost == badHost {
|
||||
os_log(.debug, "Dropping request because it‘s X/Twitter, which doesn’t provide feeds: \(feed.url)")
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user