diff --git a/restapi/index.php b/restapi/index.php index e7f077978..a9ca1dd2d 100644 --- a/restapi/index.php +++ b/restapi/index.php @@ -1971,7 +1971,6 @@ function clearFolderAccessList($id) { /* {{{ */ function echoData() { /* {{{ */ global $app; - print_r($app->request->put()); echo $app->request->getBody(); } /* }}} */