From: Zach Copley Date: Thu, 8 Sep 2011 07:49:58 +0000 (-0700) Subject: Remove debugging statement X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a910d28132691f9adeec6ccd732862b8f9c60c83;p=quix0rs-gnu-social.git Remove debugging statement --- 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()));