Remove debugging statement
This commit is contained in:
parent
b991ded816
commit
a910d28132
@ -124,9 +124,6 @@ class EventForm extends Form
|
|||||||
$this->li();
|
$this->li();
|
||||||
|
|
||||||
$times = EventTimeList::getTimes($today->format('m/d/Y 12:00') . ' am ' . $today->format('T'));
|
$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 = EventTimeList::nearestHalfHour('@' . $today->getTimestamp());
|
||||||
$start->setTimezone(new DateTimeZone(common_timezone()));
|
$start->setTimezone(new DateTimeZone(common_timezone()));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user