Remove debugging statement

This commit is contained in:
Zach Copley 2011-09-08 00:49:58 -07:00
parent b991ded816
commit a910d28132
1 changed files with 0 additions and 3 deletions

View 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()));