From 4f1b0ebe785f277d4004e9cc5aa50bf1269ae6c6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 21 Nov 2013 10:09:02 +0100 Subject: [PATCH] Removed debug code --- plugins/libcalendaring/libvcalendar.php | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/libcalendaring/libvcalendar.php b/plugins/libcalendaring/libvcalendar.php index f4a32db7..4b6dc5f2 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'); }