Changeset 3646

Show
Ignore:
Timestamp:
01/28/06 17:42:42 (3 years ago)
Author:
morris
Message:

Remove debug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCChat.m

    r3644 r3646  
    656656 
    657657- (void)preferencesDidChange:(NSNotification *)notification { 
    658         NSLog(@"preferencesDidChange"); 
    659          
    660658        [self _update]; 
    661659 
  • WiredClient/trunk/WCPublicChat.m

    r3638 r3646  
    289289 
    290290 
    291 - (void)serverConnectionLoggedIn:(NSNotification *)notification { 
    292         [self showWindow:self]; 
    293          
    294         [super serverConnectionLoggedIn:notification]; 
    295 } 
    296  
    297  
    298  
    299291- (void)connectionDidClose:(NSNotification *)notification { 
    300292        WCError         *error; 
     
    325317 
    326318 
     319- (void)serverConnectionLoggedIn:(NSNotification *)notification { 
     320        [self showWindow:self]; 
     321         
     322        [super serverConnectionLoggedIn:notification]; 
     323} 
     324 
     325 
     326 
    327327- (void)serverConnectionServerInfoDidChange:(NSNotification *)notification { 
    328328        NSToolbarItem   *item;