9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 12:09:07 +00:00

Remove debugging messages

This commit is contained in:
DanLT
2021-06-21 07:12:47 -08:00
parent 975096b221
commit 492646edc3
5 changed files with 0 additions and 12 deletions

View File

@@ -216,7 +216,6 @@ public class IrisObject extends IrisRegistrant
public IrisObject(int w, int h, int d)
{
Iris.warnsmoothie();
blocks = new KMap<>();
states = new KMap<>();
this.w = w;