Skip to content

Commit bc5d534

Browse files
committed
Removed System.out.println from the structural support system.
1 parent e773a28 commit bc5d534

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/src/main/java/org/terasology/world/block/structure/BlockStructuralSupportSystem.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ private void validateSupportForBlockOnSide(Vector3i replacedBlockPosition, Side
141141

142142
for (BlockStructuralSupport support : supports) {
143143
if (support.shouldBeRemovedDueToChange(blockPosition, sideReverse)) {
144-
System.out.println("Removing block due to: " + support.getClass());
145144
blockEntityRegistry.getBlockEntityAt(blockPosition).send(new DestroyEvent(gatheringEntity,
146145
EntityRef.NULL, prefabManager.getPrefab("engine:supportRemovedDamage")));
147146
break;

0 commit comments

Comments
 (0)