Remove debug statement
This commit is contained in:
parent
bd96a5f6c1
commit
96c8f7c09d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user