Removed logs

This commit is contained in:
Ole Zorn
2011-01-16 08:41:10 +08:00
committed by ivan baktsheev
parent 816be194b5
commit dcb3bd8abe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1282,7 +1282,7 @@ NSString* PBGitRepositoryErrorDomain = @"GitXErrorDomain";
- (void) finalize
{
NSLog(@"Dealloc of repository");
//NSLog(@"Dealloc of repository");
[super finalize];
}
@end
+1 -1
View File
@@ -33,7 +33,7 @@
- (void)windowWillClose:(NSNotification *)notification
{
NSLog(@"Window will close!");
//NSLog(@"Window will close!");
if (sidebarController)
[sidebarController closeView];