diff --git a/include/event.php b/include/event.php index d4b81a25f..a9634d7a5 100644 --- a/include/event.php +++ b/include/event.php @@ -292,7 +292,7 @@ function bbtoevent($s) { $ev['nofinish'] = 1; } - logger('bbtoevent: ' . print_r($ev,true)); +// logger('bbtoevent: ' . print_r($ev,true)); return $ev; }