diff --git a/PBGitRepository.m b/PBGitRepository.m index cce1bad..0ca06a6 100644 --- a/PBGitRepository.m +++ b/PBGitRepository.m @@ -1282,7 +1282,7 @@ NSString* PBGitRepositoryErrorDomain = @"GitXErrorDomain"; - (void) finalize { - NSLog(@"Dealloc of repository"); + //NSLog(@"Dealloc of repository"); [super finalize]; } @end diff --git a/PBGitWindowController.m b/PBGitWindowController.m index c4a445e..fb40446 100644 --- a/PBGitWindowController.m +++ b/PBGitWindowController.m @@ -33,7 +33,7 @@ - (void)windowWillClose:(NSNotification *)notification { - NSLog(@"Window will close!"); + //NSLog(@"Window will close!"); if (sidebarController) [sidebarController closeView];