diff --git a/UI/Scheduler/UIxTaskEditor.m b/UI/Scheduler/UIxTaskEditor.m index 607e0adf9..c2764a393 100644 --- a/UI/Scheduler/UIxTaskEditor.m +++ b/UI/Scheduler/UIxTaskEditor.m @@ -230,7 +230,6 @@ - (BOOL) statusPercentDisabled { - NSLog (@"status: '%@'", status); return ([status length] == 0 || [status isEqualToString: @"CANCELLED"]); } diff --git a/UI/Scheduler/UIxTimeDateControl.m b/UI/Scheduler/UIxTimeDateControl.m index 73186cbca..211939bbe 100644 --- a/UI/Scheduler/UIxTimeDateControl.m +++ b/UI/Scheduler/UIxTimeDateControl.m @@ -99,7 +99,6 @@ } - (void)setHour:(id)_hour { - NSLog (@"---------------- setHour:"); ASSIGN(hour, _hour); } @@ -140,7 +139,6 @@ - (void) setDayStartHour: (unsigned int) aStartHour { - NSLog (@"******************** setDayStartHour..."); startHour = aStartHour; }