mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-21 05:58:15 +01:00
Remove debug print statement
This commit is contained in:
parent
dc67c9f03b
commit
7c3c78b796
@ -210,7 +210,6 @@ private extension ArticleRenderer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func base64String(forImage image: RSImage) -> String? {
|
func base64String(forImage image: RSImage) -> String? {
|
||||||
print("height: \(image.size.height) width: \(image.size.width)")
|
|
||||||
return image.dataRepresentation()?.base64EncodedString()
|
return image.dataRepresentation()?.base64EncodedString()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user