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:
Robert Slover 2001-01-07 14:11:57 +00:00
parent d59201b358
commit f82e117932

View file

@ -86,7 +86,6 @@ NSString *FileShouldOpenNotification = @"FileShouldOpenNotification";
- (void)projectDictDidChange:(NSNotification *)aNotif
{
if (browser) {
NSLog(@"%@ %x loads column!",browser,[browser class]);
[browser loadColumnZero];
}
}