dominik.rieder %!s(int64=8) %!d(string=hai) anos
pai
achega
6e4784f66c
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/ui/controller/SimulationManager.java

+ 0 - 2
src/ui/controller/SimulationManager.java

@@ -53,10 +53,8 @@ public class SimulationManager {
 							if((production + consumption) < 0){
 								if((production + minConsumption) >= 0){
 									hl.setState(4);
-									System.out.println("yellow");
 								}else{
 									hl.setState(1);
-									System.out.println("orange");
 								}
 							}
 							break;