remove logging

This commit is contained in:
zotlabs 2018-01-29 19:57:43 -08:00
parent 4f24cc7377
commit 0e2c539d93

View File

@ -17,8 +17,6 @@ class Accounts {
function post() {
logger('post: ' . print_r($_POST,true));
$pending = ( x($_POST, 'pending') ? $_POST['pending'] : array() );
$users = ( x($_POST, 'user') ? $_POST['user'] : array() );
$blocked = ( x($_POST, 'blocked') ? $_POST['blocked'] : array() );