瀏覽代碼

Reduced console output when drawing graphs

Kenneth van Ewijk 11 年之前
父節點
當前提交
39568e1864
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;