Stop logging jigsaw places

This commit is contained in:
Daniel Mills
2021-08-04 02:20:52 -04:00
parent 89b4fdef56
commit 5eddfaed98
2 changed files with 1 additions and 2 deletions

View File

@@ -70,7 +70,6 @@ public class PlannedStructure {
}
public KList<Runnable> place(IObjectPlacer placer, EngineParallaxManager e) {
Iris.info("PLACED JIGSAW");
KList<Runnable> after = new KList<>();
IrisObjectPlacement options = new IrisObjectPlacement();
options.getRotation().setEnabled(false);