From 0f5284df30bbf0d61ee91a2fd00cd17917b7c7ed Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 1 Jan 2018 08:59:48 +0100 Subject: [PATCH] take out printf --- restapi/index.php | 1 - 1 file changed, 1 deletion(-) 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(); } /* }}} */