OSX Preference Pane and AFS Backgrounder
[openafs.git] / src / platform / DARWIN / AFSPreference / AFSBackgrounder / CredentialWindow / CredentialWindowController.m
index 131bcb7..45f03ed 100644 (file)
@@ -15,7 +15,6 @@
 // -------------------------------------------------------------------------------
 - (void)awakeFromNib
 {
-       NSLog(@"awakeFromNib");
 }
 
 // -------------------------------------------------------------------------------
@@ -39,7 +38,6 @@
 - (IBAction) closePanel:(id) sender
 {
        taken = NO;
-       NSLog(@"closePanel");
        [[NSDistributedNotificationCenter defaultCenter] postNotificationName:kAFSMenuExtraID object:kLogWindowClosed];
 }