Skip to content

Commit

Permalink
don't log the keys
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kenny committed Mar 16, 2011
1 parent 5e4229b commit b794398
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions KeyChooserWindowController.m
Expand Up @@ -15,9 +15,6 @@ @implementation KeyChooserWindowController

- (id)init {
self = [super initWithWindowNibName:@"PrivateKeyChooserWindow"];

NSLog(@"private keys: %@", [self getPrivateKeys]);
NSLog(@"default key: %@", [self getDefaultKey]);

self.availableKeys = [self getPrivateKeys];
self.chosenKey = [self getDefaultKey];
Expand Down

0 comments on commit b794398

Please sign in to comment.