Pārlūkot izejas kodu

Reduced console output when drawing graphs

Kenneth van Ewijk 11 gadi atpakaļ
vecāks
revīzija
39568e1864
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      WindDirection.java

+ 0 - 1
WindDirection.java

@@ -44,7 +44,6 @@ public class WindDirection extends Grootheid{
         {
             x = (int)(64 + (radius*Math.cos(i * Math.PI / 180)));
             y = (int)(16 + radius*Math.sin(i * Math.PI / 180));
-            System.out.println("x: " + x + "  Y: " + y);
             if(i == degree){
                 x2 = x;
                 y2 = y;