Removed excess logging statement.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21482 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-07-16 01:44:41 +00:00
parent 2f9ccc2a40
commit 4e21cb1174
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-07-15 21:48 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormInspectorsManager.m: -init, changed NSLog to
NSDebugLog.
2005-07-15 00:54 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormClassEditor.m: Added exception handling to portions

View file

@ -198,7 +198,7 @@
- (id) init
{
NSLog(@"====== init ======");
NSDebugLog(@"====== init ======");
if((self = [super init]) != nil)
{
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];