mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-20 09:30:59 +00:00
removed unneeded log
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@8494 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d59201b358
commit
f82e117932
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ NSString *FileShouldOpenNotification = @"FileShouldOpenNotification";
|
|||
- (void)projectDictDidChange:(NSNotification *)aNotif
|
||||
{
|
||||
if (browser) {
|
||||
NSLog(@"%@ %x loads column!",browser,[browser class]);
|
||||
[browser loadColumnZero];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue