mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
Removed old log stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5417 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f980e186eb
commit
37a4b1ef7b
1 changed files with 0 additions and 2 deletions
|
@ -264,7 +264,6 @@
|
|||
{
|
||||
current = [anObj selectedColumn];
|
||||
}
|
||||
NSLog(@"SetCurrentInspector: %d", current);
|
||||
|
||||
/*
|
||||
* Set panel title for the type of object being inspected.
|
||||
|
@ -312,7 +311,6 @@ NSLog(@"SetCurrentInspector: %d", current);
|
|||
}
|
||||
|
||||
newView = [[inspector window] contentView];
|
||||
NSLog(@"NewView %@", newView);
|
||||
if (newView != nil)
|
||||
{
|
||||
NSView *outer = [panel contentView];
|
||||
|
|
Loading…
Reference in a new issue