1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-19 01:24:04 +02:00

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;
}
System.out.println(celst);
return celst;
}
@ -79,8 +76,6 @@ public final class WorldHelper {
return Math.abs(celst - 0.5F) / 0.2F;
}
System.out.println(celst);
return 0;
}
}