From 78fbad84c39653633d467a86f1cfbcb5763f9d5c Mon Sep 17 00:00:00 2001 From: qmathe Date: Wed, 16 Nov 2011 10:37:47 +0000 Subject: [PATCH] Removed logging statement that shouldn't have been committed git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34175 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 1 - Source/GSTheme.m | 1 - 2 files changed, 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76a7d70de..8fcce0323 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,6 @@ Improved the menu theming to support some common menu look variations. Fixed bug #34792 too. * Headers/Additions/GNUstepGUI/GSTheme.h - * Source/GSTheme.m * Source/GSThemeDrawing.m (-menuBackgroundColor, -menuItemBackgroundColor, -menuBorderColor -menuBorderColorForEdge:isHorizontal:, diff --git a/Source/GSTheme.m b/Source/GSTheme.m index fbf6df640..035efce35 100644 --- a/Source/GSTheme.m +++ b/Source/GSTheme.m @@ -393,7 +393,6 @@ typedef struct { cls = self; } instance = [[cls alloc] initWithBundle: bundle]; - NSLog(@"Instantiated %@ from %@ in %@", instance, cls, [bundle bundlePath]); return AUTORELEASE(instance); }