Remove debug code

This commit is contained in:
Sollace 2019-02-16 23:41:38 +02:00
parent 11076b2d38
commit b5eef0faa2

View file

@ -43,9 +43,6 @@ public final class WorldHelper {
celst = 0; celst = 0;
} }
System.out.println(celst);
return celst; return celst;
} }
@ -79,8 +76,6 @@ public final class WorldHelper {
return Math.abs(celst - 0.5F) / 0.2F; return Math.abs(celst - 0.5F) / 0.2F;
} }
System.out.println(celst);
return 0; return 0;
} }
} }