diff options
Diffstat (limited to 'include/event.php')
-rw-r--r-- | include/event.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |