Removed debug code
This commit is contained in:
parent
158fa06a3c
commit
4f1b0ebe78
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue