Removing logging statement.

pull/1/head
Frederic Jacobs 10 years ago
parent 8334adb4d9
commit c74899661c

@ -285,8 +285,6 @@
[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];

Loading…
Cancel
Save