Logger aus StatusPanelAdder entfernt

This commit is contained in:
feschi55
2014-12-18 17:13:32 +01:00
parent 34e16ada5d
commit 366aa1e1c1
@@ -124,7 +124,6 @@ public class StatusPanelAdder{
} }
red=((float)(((tempBar.getValue())-30)/80.0)); red=((float)(((tempBar.getValue())-30)/80.0));
blue=(1-red); blue=(1-red);
Logger.write("Color number" + red);
tempBarColor=new Color(red, green,blue, (float)0.65); tempBarColor=new Color(red, green,blue, (float)0.65);
tempBar.setForeground(tempBarColor); tempBar.setForeground(tempBarColor);