Skip to content

Commit 4dc60ee

Browse files
committed
Remove debug print statement
1 parent 53ba4fd commit 4dc60ee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

theme-functions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ function cablecast_get_schedules($channel_id, $date_start, $date_end = NULL) {
3333

3434
// Convert the retrieved run_date_time from UTC to the site timezone
3535
foreach ($results as $result) {
36-
echo "Processing $result->run_date_time\n";
3736
$run_date_time_utc = new DateTime($result->run_date_time, new DateTimeZone('UTC'));
3837
$run_date_time_utc->setTimezone(new DateTimeZone($timezone));
3938
$result->run_date_time = $run_date_time_utc->format('Y-m-d H:i:s');

0 commit comments

Comments
 (0)