From da741d0545123556b05e9c59bee14fe24968f479 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Mon, 15 Jul 2002 13:57:21 +0000 Subject: [PATCH] Removed debugging NSLog statement left in error git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14155 72102866-910b-0410-8b05-ffd578937521 --- Source/NSWindow.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/NSWindow.m b/Source/NSWindow.m index 9f0625cc1..d2ec5999d 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -470,7 +470,6 @@ static NSNotificationCenter *nc = nil; */ + (void) initialize { - NSLog (@"NSWindow initialize"); if (self == [NSWindow class]) { NSDebugLog(@"Initialize NSWindow class\n");