Reduced console output when drawing graphs

This commit is contained in:
Kenneth van Ewijk
2014-10-20 16:52:57 +02:00
parent d5b1113eb9
commit 39568e1864
-1
View File
@@ -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;