diff --git a/Signal/src/textsecure/Util/Cryptography.m b/Signal/src/textsecure/Util/Cryptography.m index b5ff5cc7772..308de436647 100755 --- a/Signal/src/textsecure/Util/Cryptography.m +++ b/Signal/src/textsecure/Util/Cryptography.m @@ -285,8 +285,6 @@ + (TSAttachmentEncryptionResult*)encryptAttachment:(NSData*)attachment contentTy [encryptedAttachment appendData:ciphertext]; [encryptedAttachment appendData:computedHMAC]; - NSLog(@"Resulting IV: %@ cipherText: %@ hmac: %@", iv, ciphertext, computedHMAC); - TSAttachmentStream *pointer = [[TSAttachmentStream alloc] initWithIdentifier:identifier data:attachment key:outKey contentType:contentType]; return [[TSAttachmentEncryptionResult alloc] initWithPointer:pointer body:encryptedAttachment];