Removed extra NSLog() call

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15617 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-01-17 05:45:01 +00:00
parent 0f19e9a112
commit aa25a9ed53

1
Gorm.m
View file

@ -1101,7 +1101,6 @@ static NSButtonType _buttonTypeForObject( id button )
- (void) awakeFromNib
{
NSLog(@"Setting menu...%@",gormMenu);
// set the menu...
mainMenu = (NSMenu *)gormMenu;
}