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]);
|
||||
echo $type;
|
||||
if ($color === false) {
|
||||
reset($this->colorSets[$type]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue