diff --git a/src/Services/LabelSystem/LabelGenerator.php b/src/Services/LabelSystem/LabelGenerator.php index c65e87bc..5b31042e 100644 --- a/src/Services/LabelSystem/LabelGenerator.php +++ b/src/Services/LabelSystem/LabelGenerator.php @@ -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!');