From 1e4c134591f0d93f6a6e597d89e6b9db7845b567 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 18 Aug 2022 23:02:36 -0400 Subject: [PATCH] style: remove debugging output --- UI/Scheduler/UIxCalListingActions.m | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/Scheduler/UIxCalListingActions.m b/UI/Scheduler/UIxCalListingActions.m index b0fa19155..c1d125196 100644 --- a/UI/Scheduler/UIxCalListingActions.m +++ b/UI/Scheduler/UIxCalListingActions.m @@ -255,7 +255,6 @@ static NSArray *tasksFields = nil; timeZone: userTZ]; endDate = [[newDate lastDayOfMonth] endOfDay]; } - NSLog(@"***[UIxCalListingActions _setupDatesWithPopup:%@ andUserTZ:%@] %@ => %@", popupValue, userTZ, startDate, endDate); } - (void) _setupContext