Commit 2763f963 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Suppression d'un dump() mal placé.

No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -60,7 +60,6 @@ class FilterFactory
$filter = new AllFilter($filters);
}
dump(['include' => $include, 'exclude' => $exclude, 'filter' => $filter->describe()]);
return $filter;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment