mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove debug print statement
This commit is contained in:
@@ -210,7 +210,6 @@ private extension ArticleRenderer {
|
||||
}
|
||||
|
||||
func base64String(forImage image: RSImage) -> String? {
|
||||
print("height: \(image.size.height) width: \(image.size.width)")
|
||||
return image.dataRepresentation()?.base64EncodedString()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user