plugins/libcalendaring

Aleksander Machniak machniak at kolabsys.com
Thu Nov 21 10:09:28 CET 2013


 plugins/libcalendaring/libvcalendar.php |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4f1b0ebe785f277d4004e9cc5aa50bf1269ae6c6
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Thu Nov 21 10:09:02 2013 +0100

    Removed debug code

diff --git a/plugins/libcalendaring/libvcalendar.php b/plugins/libcalendaring/libvcalendar.php
index f4a32db..4b6dc5f 100644
--- a/plugins/libcalendaring/libvcalendar.php
+++ b/plugins/libcalendaring/libvcalendar.php
@@ -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');
                         }




More information about the commits mailing list