diff --git a/src/Core/GuiDisplayGen.m b/src/Core/GuiDisplayGen.m index 881f90f6..424074b7 100644 --- a/src/Core/GuiDisplayGen.m +++ b/src/Core/GuiDisplayGen.m @@ -374,7 +374,6 @@ static BOOL _refreshStarChart = NO; - (OOColor *) colorFromSetting:(NSString *)setting defaultValue:(OOColor *)def { OOColor *col = [OOColor colorWithDescription:[guiUserSettings objectForKey:setting]]; - OOLog(@"col.debug",@"%@ = %@ => %@",setting,col,def); if (col == nil) { if (def != nil) { col = def;