Skip to content

Commit

Permalink
Disabled some test code
Browse files Browse the repository at this point in the history
  • Loading branch information
klazuka committed Dec 29, 2009
1 parent 2a83d1c commit a451ba1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion HolidaysDemo/HolidayCalendarDataSource.m
Expand Up @@ -36,7 +36,6 @@ + (void)initialize
[holidays setObject:@"Veteran's Day" forKey:DateForDayMonthYear(11, 11, 2009)];
[holidays setObject:@"Thanksgiving Day" forKey:DateForDayMonthYear(26, 11, 2009)];
[holidays setObject:@"Christmas Day" forKey:DateForDayMonthYear(25, 12, 2009)];
[holidays setObject:@"Today TEST" forKey:DateForDayMonthYear(29, 12, 2009)];
[holidays setObject:@"New Years Day" forKey:DateForDayMonthYear(1, 1, 2010)];
[holidays setObject:@"Martin Luther King Day" forKey:DateForDayMonthYear(18, 1, 2010)];
[holidays setObject:@"Washington's Birthday" forKey:DateForDayMonthYear(15, 2, 2010)];
Expand Down
3 changes: 0 additions & 3 deletions Kal/KalGridView.m
Expand Up @@ -29,9 +29,6 @@ @implementation KalGridView

- (id)initWithFrame:(CGRect)frame logic:(KalLogic *)theLogic delegate:(id<KalViewDelegate>)theDelegate
{

NSLog(@"sizeof(KalTileView) = %zu", sizeof(KalTileView));

// MobileCal uses 46px wide tiles, with a 2px inner stroke
// along the top and right edges. Since there are 7 columns,
// the width needs to be 46*7 (322px). But the iPhone's screen
Expand Down
2 changes: 1 addition & 1 deletion Kal/KalViewController.m
Expand Up @@ -8,7 +8,7 @@
#import "KalDataSource.h"
#import "KalPrivate.h"

#define PROFILER 1
#define PROFILER 0
#if PROFILER
#include <mach/mach_time.h>
#include <time.h>
Expand Down

0 comments on commit a451ba1

Please sign in to comment.