mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
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:
parent
2f9ccc2a40
commit
4e21cb1174
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2005-07-15 00:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* GormCore/GormClassEditor.m: Added exception handling to portions
|
* GormCore/GormClassEditor.m: Added exception handling to portions
|
||||||
|
|
|
@ -198,7 +198,7 @@
|
||||||
|
|
||||||
- (id) init
|
- (id) init
|
||||||
{
|
{
|
||||||
NSLog(@"====== init ======");
|
NSDebugLog(@"====== init ======");
|
||||||
if((self = [super init]) != nil)
|
if((self = [super init]) != nil)
|
||||||
{
|
{
|
||||||
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
|
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
|
||||||
|
|
Loading…
Reference in a new issue