Remove echo instruction from Icinga\Chart\Palette

This commit is contained in:
Johannes Meyer 2014-02-21 14:20:54 +01:00
parent 485bbcd25d
commit 872da0c699
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class Palette
}
$color = current($this->colorSets[$type]);
echo $type;
if ($color === false) {
reset($this->colorSets[$type]);