mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
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:
parent
0db2a1bb38
commit
09275fe0d8
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue