Remove accidentally committed debug statement

This commit is contained in:
Bernd Bestel 2021-07-02 22:19:54 +02:00
parent 90b8ea15ff
commit 766eae5a7a
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -219,7 +219,6 @@ class BaseController
}
$requestBody = $request->getParsedBody();
return $requestBody;
foreach ($requestBody as $key => &$value)
{
// HTMLPurifier removes boolean values (true/false) and arrays, so explicitly keep them