mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-10 09:18:33 +01:00
Removed leftover dump() statement.
This commit is contained in:
@@ -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!');
|
||||
|
||||
Reference in New Issue
Block a user