Removed debug code

This commit is contained in:
Aleksander Machniak 2013-11-21 10:09:02 +01:00
parent 158fa06a3c
commit 4f1b0ebe78

View file

@ -557,7 +557,6 @@ class libvcalendar implements Iterator
switch ($prop->name) {
case 'TRIGGER':
foreach ($prop->parameters as $param) {
console(strval($param->name), strval($param->value));
if ($param->name == 'VALUE' && $param->value == 'DATE-TIME') {
$trigger = '@' . $prop->getDateTime()->format('U');
}