forked from mirror/Part-DB.Part-DB-server
Removed leftover dump() statement.
This commit is contained in:
parent
e89cc4bb01
commit
e51b5c3089
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ class LabelGenerator
|
||||||
|
|
||||||
$elements_html = [];
|
$elements_html = [];
|
||||||
|
|
||||||
dump($elements);
|
|
||||||
|
|
||||||
foreach ($elements as $element) {
|
foreach ($elements as $element) {
|
||||||
if (!$this->supports($options, $element)) {
|
if (!$this->supports($options, $element)) {
|
||||||
throw new \InvalidArgumentException('The given options are not compatible with the given element!');
|
throw new \InvalidArgumentException('The given options are not compatible with the given element!');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue