Remove debug statement

This commit is contained in:
cim 2014-11-14 18:38:57 +00:00
parent bd96a5f6c1
commit 96c8f7c09d

View File

@ -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;