From 4aede6c0d9a9067a419ea86d69304f794fdc58e0 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 11 May 2007 19:09:01 +0000 Subject: [PATCH] Monotone-Parent: 1423b5479ca93664e1befa3ac5c674fe82533791 Monotone-Revision: a99f88ccf9ab0ad0fdc51a6e439bb37ef7748fe9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-11T19:09:01 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxTaskEditor.m | 1 - UI/Scheduler/UIxTimeDateControl.m | 2 -- 2 files changed, 3 deletions(-) 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; }