mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Remove debug code
This commit is contained in:
parent
11076b2d38
commit
b5eef0faa2
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue