From e51b5c308950bb63f3eba3d75573ab3823ccd57e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Tue, 21 Apr 2020 23:41:31 +0200 Subject: [PATCH] Removed leftover dump() statement. --- src/Services/LabelSystem/LabelGenerator.php | 2 -- 1 file changed, 2 deletions(-) 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!');