Merge branch 'mac-release'

This commit is contained in:
Maurice Parker 2019-09-15 04:10:50 -05:00
commit b0b3f58036
1 changed files with 0 additions and 1 deletions

View File

@ -219,7 +219,6 @@ private extension ArticleRenderer {
}
func base64String(forImage image: RSImage) -> String? {
print("height: \(image.size.height) width: \(image.size.width)")
return image.dataRepresentation()?.base64EncodedString()
}