maybe don't leave debug code in

This commit is contained in:
Ell 2021-06-19 14:50:36 +02:00
parent e6e00191f2
commit ffede60fee
1 changed files with 1 additions and 2 deletions

View File

@ -254,8 +254,7 @@ public class PipeNetwork implements ICapabilitySerializable<CompoundNBT>, GraphL
}
public void uncachePipe(BlockPos pos) {
if (this.tileCache.remove(pos) != null)
System.out.println("Uncaching pipe at " + pos);
this.tileCache.remove(pos);
}
public List<Pair<BlockPos, ItemStack>> getCurrentlyCrafting(BlockPos node, ItemEquality... equalityTypes) {