9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00

Remove diag

This commit is contained in:
cyberpwn
2021-08-18 01:24:37 -04:00
parent 3e30994541
commit 7d53c55cc1

View File

@@ -236,7 +236,6 @@ public class PlannedStructure {
for (IrisJigsawPieceConnector j : test.getPiece().getConnectors().shuffleCopy(rng)) {
if (generatePositionedPiece(piece, pieceConnector, test, j)) {
Iris.info("PLACED " + piece.getPiece().getLoadKey() + " -> " + test.getPiece().getLoadKey() + " on " + pieceConnector.getName() + "#" + pieceConnector.getTargetName());
return true;
}
}