aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/event.php')
-rw-r--r--include/event.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/event.php b/include/event.php
index a1fae617d..b130ef47f 100644
--- a/include/event.php
+++ b/include/event.php
@@ -496,7 +496,6 @@ function event_import_ical($ical, $uid) {
$ev['private'] = 1;
$ev['allow_cid'] = '<' . $channel['channel_hash'] . '>';
-
// logger('storing event: ' . print_r($ev,true), LOGGER_ALL);
$event = event_store_event($ev);
if($event) {