aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-27 22:48:52 -0800
committerzotlabs <mike@macgirvin.com>2017-02-27 22:48:52 -0800
commitc49935d91cfade98adbcd82daaf7848ecb681405 (patch)
treeadcc77db10e21d7bb4e33a51c506d1e33e13486c /include/event.php
parent85082ea5098b3d8f375ca9bec7b3bbbdb9930bef (diff)
downloadvolse-hubzilla-c49935d91cfade98adbcd82daaf7848ecb681405.tar.gz
volse-hubzilla-c49935d91cfade98adbcd82daaf7848ecb681405.tar.bz2
volse-hubzilla-c49935d91cfade98adbcd82daaf7848ecb681405.zip
remove logging
Diffstat (limited to 'include/event.php')
-rw-r--r--include/event.php2
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;
}