take out printf

This commit is contained in:
Uwe Steinmann 2018-01-01 08:59:48 +01:00
parent 2ab62605b0
commit 0f5284df30

View File

@ -1971,7 +1971,6 @@ function clearFolderAccessList($id) { /* {{{ */
function echoData() { /* {{{ */
global $app;
print_r($app->request->put());
echo $app->request->getBody();
} /* }}} */