mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Removed logs
This commit is contained in:
+1
-1
@@ -1282,7 +1282,7 @@ NSString* PBGitRepositoryErrorDomain = @"GitXErrorDomain";
|
||||
|
||||
- (void) finalize
|
||||
{
|
||||
NSLog(@"Dealloc of repository");
|
||||
//NSLog(@"Dealloc of repository");
|
||||
[super finalize];
|
||||
}
|
||||
@end
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
- (void)windowWillClose:(NSNotification *)notification
|
||||
{
|
||||
NSLog(@"Window will close!");
|
||||
//NSLog(@"Window will close!");
|
||||
|
||||
if (sidebarController)
|
||||
[sidebarController closeView];
|
||||
|
||||
Reference in New Issue
Block a user