From c74899661cfd64384935780b3e43b5d9a847b4bc Mon Sep 17 00:00:00 2001 From: Frederic Jacobs Date: Mon, 22 Dec 2014 18:49:43 +0100 Subject: [PATCH] Removing logging statement. --- Signal/src/textsecure/Util/Cryptography.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Signal/src/textsecure/Util/Cryptography.m b/Signal/src/textsecure/Util/Cryptography.m index b5ff5cc77..308de4366 100755 --- a/Signal/src/textsecure/Util/Cryptography.m +++ b/Signal/src/textsecure/Util/Cryptography.m @@ -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];