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) {
|
switch ($prop->name) {
|
||||||
case 'TRIGGER':
|
case 'TRIGGER':
|
||||||
foreach ($prop->parameters as $param) {
|
foreach ($prop->parameters as $param) {
|
||||||
console(strval($param->name), strval($param->value));
|
|
||||||
if ($param->name == 'VALUE' && $param->value == 'DATE-TIME') {
|
if ($param->name == 'VALUE' && $param->value == 'DATE-TIME') {
|
||||||
$trigger = '@' . $prop->getDateTime()->format('U');
|
$trigger = '@' . $prop->getDateTime()->format('U');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue