mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 11:53:29 +01:00
maybe don't leave debug code in
This commit is contained in:
parent
e6e00191f2
commit
ffede60fee
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue