Put comment back

This commit is contained in:
nielsandriesse 2020-07-29 11:44:17 +10:00
parent c3bc7f3dd0
commit bf63954ec5
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ public class SignalAttachment: NSObject {
}
if isValidOutput {
Logger.verbose(" \(attachment.mimeType)")
Logger.verbose("Rewriting attachment with metadata removed \(attachment.mimeType)")
return removeImageMetadata(attachment: attachment)
} else {
Logger.verbose("Compressing attachment as image/jpeg, \(dataSource.dataLength()) bytes")