fix: [cleanup] of breakpoint

pull/32/head
iglocska 2020-11-06 10:11:24 +01:00
parent df02343448
commit 2f7624f71c
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 0 additions and 2 deletions

View File

@ -184,8 +184,6 @@ class CRUDComponent extends Component
$patchEntityParams['fields'] = $params['fields'];
}
$data = $this->Table->patchEntity($data, $input, $patchEntityParams);
Debugger::log($data);
throw new Exception();
if ($this->Table->save($data)) {
$message = __('{0} updated.', $this->ObjectAlias);
if (!empty($input['metaFields'])) {