]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove debugging statement
authorZach Copley <zach@status.net>
Thu, 8 Sep 2011 07:49:58 +0000 (00:49 -0700)
committerZach Copley <zach@status.net>
Thu, 8 Sep 2011 07:49:58 +0000 (00:49 -0700)
plugins/Event/eventform.php

index ab50e6d47e4004c8d3062547680e64ec86709b4e..f62571ce63eb2495e74d34d9868abbac82cdae3f 100644 (file)
@@ -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()));