mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
Remove echo instruction from Icinga\Chart\Palette
This commit is contained in:
parent
485bbcd25d
commit
872da0c699
@ -80,7 +80,6 @@ class Palette
|
|||||||
}
|
}
|
||||||
|
|
||||||
$color = current($this->colorSets[$type]);
|
$color = current($this->colorSets[$type]);
|
||||||
echo $type;
|
|
||||||
if ($color === false) {
|
if ($color === false) {
|
||||||
reset($this->colorSets[$type]);
|
reset($this->colorSets[$type]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user