Removed some annoying log messages.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19222 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-05-01 11:07:12 +00:00
parent 0db2a1bb38
commit 09275fe0d8
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-05-01 07:10 Gregory John Casamento <greg_casamento@yahoo.com>
* GormClassManager.m: Removed some NSLog messages.
2004-04-30 20:04 Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.m: Removed code which calls "awakeFromDocument:" on

View file

@ -495,8 +495,8 @@
}
if (className == nil)
{
NSLog(@"attempt to get actions for non-existent class (%@)",
[obj class]);
// NSLog(@"attempt to get actions for non-existent class (%@)",
// [obj class]);
return nil;
}