Removed leftover dump() statement.

This commit is contained in:
Jan Böhmer 2020-04-21 23:41:31 +02:00
parent e89cc4bb01
commit e51b5c3089

View file

@ -62,8 +62,6 @@ class LabelGenerator
$elements_html = [];
dump($elements);
foreach ($elements as $element) {
if (!$this->supports($options, $element)) {
throw new \InvalidArgumentException('The given options are not compatible with the given element!');