mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 10:14:39 +00:00
Remove accidentally committed debug statement
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user