mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 11:56:16 +02:00
Remove accidentally committed debug statement
This commit is contained in:
parent
90b8ea15ff
commit
766eae5a7a
|
|
@ -219,7 +219,6 @@ class BaseController
|
||||||
}
|
}
|
||||||
|
|
||||||
$requestBody = $request->getParsedBody();
|
$requestBody = $request->getParsedBody();
|
||||||
return $requestBody;
|
|
||||||
foreach ($requestBody as $key => &$value)
|
foreach ($requestBody as $key => &$value)
|
||||||
{
|
{
|
||||||
// HTMLPurifier removes boolean values (true/false) and arrays, so explicitly keep them
|
// HTMLPurifier removes boolean values (true/false) and arrays, so explicitly keep them
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user