style: remove debugging output

This commit is contained in:
Francis Lachapelle
2022-08-18 23:02:36 -04:00
parent e5dae36bb5
commit 1e4c134591
-1
View File
@@ -255,7 +255,6 @@ static NSArray *tasksFields = nil;
timeZone: userTZ];
endDate = [[newDate lastDayOfMonth] endOfDay];
}
NSLog(@"***[UIxCalListingActions _setupDatesWithPopup:%@ andUserTZ:%@] %@ => %@", popupValue, userTZ, startDate, endDate);
}
- (void) _setupContext