From a910d28132691f9adeec6ccd732862b8f9c60c83 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 8 Sep 2011 00:49:58 -0700 Subject: [PATCH] Remove debugging statement --- plugins/Event/eventform.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/Event/eventform.php b/plugins/Event/eventform.php index ab50e6d47e..f62571ce63 100644 --- a/plugins/Event/eventform.php +++ b/plugins/Event/eventform.php @@ -124,9 +124,6 @@ class EventForm extends Form $this->li(); $times = EventTimeList::getTimes($today->format('m/d/Y 12:00') . ' am ' . $today->format('T')); - - common_debug(var_export($times, true)); - $start = EventTimeList::nearestHalfHour('@' . $today->getTimestamp()); $start->setTimezone(new DateTimeZone(common_timezone()));