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:
Richard Frith-MacDonald 1999-12-08 15:23:37 +00:00
parent f980e186eb
commit 37a4b1ef7b

View file

@ -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];