Skip to content

Commit c13dcf3

Browse files
author
dereuromark
committed
Remove dd
1 parent 8f4076f commit c13dcf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Model/Behavior/ResetBehavior.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ public function resetRecords(Model $Model, $params = []) {
137137
}
138138
}
139139

140-
dd($fieldList);
141140
$res = $Model->save($row, compact('validate', 'fieldList'));
142141
if (!$res) {
143142
throw new CakeException(print_r($Model->validationErrors, true));

0 commit comments

Comments
 (0)