remove logging

This commit is contained in:
zotlabs 2017-02-27 22:48:52 -08:00
parent 85082ea509
commit c49935d91c

View File

@ -292,7 +292,7 @@ function bbtoevent($s) {
$ev['nofinish'] = 1; $ev['nofinish'] = 1;
} }
logger('bbtoevent: ' . print_r($ev,true)); // logger('bbtoevent: ' . print_r($ev,true));
return $ev; return $ev;
} }