diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-27 22:48:52 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-27 22:48:52 -0800 |
commit | c49935d91cfade98adbcd82daaf7848ecb681405 (patch) | |
tree | adcc77db10e21d7bb4e33a51c506d1e33e13486c /include/event.php | |
parent | 85082ea5098b3d8f375ca9bec7b3bbbdb9930bef (diff) | |
download | volse-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.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; } |