Removed dump functions.

This commit is contained in:
Jan Böhmer 2019-09-05 22:31:23 +02:00
parent 4c5b5b6df0
commit fe7ce39042
2 changed files with 0 additions and 3 deletions

View file

@ -67,8 +67,6 @@ class PartsDataTable implements DataTableTypeInterface
$builder->andWhere('part.tags LIKE :tag')->setParameter('tag', '%' . $options['tag'] . '%');
}
dump($options['search']);
if (isset($options['search'])) {
$builder->AndWhere('part.name LIKE :search')->orWhere('part.description LIKE :search')->orWhere('part.comment LIKE :search')
->setParameter('search', '%' . $options['search'] . '%');