remove dump

This commit is contained in:
Julien Fastré 2021-10-27 13:40:55 +02:00
parent f4fb375fd1
commit b4b661882a

View File

@ -68,11 +68,9 @@ class FilterOrderHelper
]; ];
foreach ($this->checkboxes as $name => $c) { foreach ($this->checkboxes as $name => $c) {
$r['c_'.$name] = $this->getCheckbox($name); $r[$name] = $this->getCheckbox($name);
} }
dump($r);
return $r; return $r;
} }