Skip to content

Commit

Permalink
Removing logging statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericJacobs committed Dec 22, 2014
1 parent b1c39c0 commit 9599ec1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Signal/src/textsecure/Util/Cryptography.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 9599ec1

Please sign in to comment.