adium 5070:a2f9c14ced55: Remove stray debug message.
commits at adium.im
commits at adium.im
Thu Sep 13 11:27:08 UTC 2012
details: http://hg.adium.im/adium/rev/a2f9c14ced55
revision: 5070:a2f9c14ced55
branch: (none)
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Thu Sep 13 13:26:22 2012 +0200
Remove stray debug message.
diffs (12 lines):
diff -r 87d9e57c3a04 -r a2f9c14ced55 Frameworks/AIUtilities Framework/Source/AIKeychain.m
--- a/Frameworks/AIUtilities Framework/Source/AIKeychain.m Thu Sep 13 12:15:18 2012 +0200
+++ b/Frameworks/AIUtilities Framework/Source/AIKeychain.m Thu Sep 13 13:26:22 2012 +0200
@@ -243,8 +243,6 @@
// Ensure there is a default keychain which can be accessed
SecKeychainRef aKeychainRef = [self copyDefaultSecKeychainRef_error:outError];
- NSLog(@"lastKnownDefaultKeychain: %p", lastKnownDefaultKeychain);
-
if (aKeychainRef) {
if (!lastKnownDefaultKeychain ||
(aKeychainRef != [lastKnownDefaultKeychain keychainRef])) {
More information about the commits
mailing list