mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2025-01-09 14:47:43 +01:00
remove debug
This commit is contained in:
parent
eb15011d31
commit
406e4a2705
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue