Monotone-Parent: 1423b5479ca93664e1befa3ac5c674fe82533791

Monotone-Revision: a99f88ccf9ab0ad0fdc51a6e439bb37ef7748fe9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-11T19:09:01
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2007-05-11 19:09:01 +00:00
parent dfc395a653
commit 4aede6c0d9
2 changed files with 0 additions and 3 deletions

View file

@ -230,7 +230,6 @@
- (BOOL) statusPercentDisabled
{
NSLog (@"status: '%@'", status);
return ([status length] == 0
|| [status isEqualToString: @"CANCELLED"]);
}

View file

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