Remove error_log line from setPrivacyPolicy method. #256
This commit is contained in:
parent
9efc347a7f
commit
ff1e634cdc
1 changed files with 0 additions and 2 deletions
|
|
@ -2190,8 +2190,6 @@ class APIController extends Controller
|
||||||
'privacy_policy_id',
|
'privacy_policy_id',
|
||||||
];
|
];
|
||||||
|
|
||||||
error_log($req->request->get('privacy_policy_id'));
|
|
||||||
|
|
||||||
$res = $this->checkParamsAndKey($req, $em, $required_params);
|
$res = $this->checkParamsAndKey($req, $em, $required_params);
|
||||||
if ($res->isError())
|
if ($res->isError())
|
||||||
return $res->getReturnResponse();
|
return $res->getReturnResponse();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue