From 872da0c699c34ea2d9bcb1dbdaf3c3f84c1bd767 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 21 Feb 2014 14:20:54 +0100 Subject: [PATCH] Remove echo instruction from Icinga\Chart\Palette --- library/Icinga/Chart/Palette.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/Icinga/Chart/Palette.php b/library/Icinga/Chart/Palette.php index f32fcbc46..8cf49f535 100644 --- a/library/Icinga/Chart/Palette.php +++ b/library/Icinga/Chart/Palette.php @@ -80,7 +80,6 @@ class Palette } $color = current($this->colorSets[$type]); - echo $type; if ($color === false) { reset($this->colorSets[$type]);