remove dump statement

This commit is contained in:
2017-04-18 22:18:59 +02:00
parent 0fec548ff2
commit 6cdccb1553
3 changed files with 2 additions and 4 deletions

View File

@@ -89,7 +89,6 @@ class BirthdateFilter implements FilterInterface, ExportElementValidatedInterfac
{
$date_from = $data['date_from'];
$date_to = $data['date_to'];
dump($date_from, $date_to);
if ($date_from === null) {
$context->buildViolation('The "date from" should not be empty')