remove debug

This commit is contained in:
Ell 2024-11-30 19:34:01 +01:00
parent eb15011d31
commit 406e4a2705

View file

@ -217,7 +217,6 @@ public class PipeNetwork extends SavedData implements GraphListener<BlockPos, Ne
if (remain.isEmpty())
return remain;
}
System.out.println(remain);
// check craftable items
return this.requestCraftedItem(destPipe, null, remain, new Stack<>(), equalityTypes).getLeft();
}