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); }