chg: [debug] cleanup

pull/6835/head
iglocska 2021-01-05 08:42:06 +01:00
parent b5435401a2
commit ea391232a8
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
* - id: element ID for the input field - defaults to quickFilterField
*/
if (!isset($data['requirement']) || $data['requirement']) {
debug($data);
$searchKey = empty($data['searchKey']) ? 'searchall' : $data['searchKey'];
// Set default value to current search term
if (empty($data['value']) && !empty($this->passedArgs[$searchKey])) {