From 37a4b1ef7b5ddbefb8daef6bf1757bc3b0b1e343 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Wed, 8 Dec 1999 15:23:37 +0000 Subject: [PATCH] Removed old log stuff git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5417 72102866-910b-0410-8b05-ffd578937521 --- GormInspectorsManager.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/GormInspectorsManager.m b/GormInspectorsManager.m index 738e7584..178a287a 100644 --- a/GormInspectorsManager.m +++ b/GormInspectorsManager.m @@ -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];