mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
Remove debug output
This commit is contained in:
parent
bb0338dd55
commit
3c108e3cc9
1 changed files with 0 additions and 1 deletions
|
@ -247,7 +247,6 @@ public class TileEntityInputter extends TileEntityInventoryBase implements IButt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(can){
|
if(can){
|
||||||
System.out.println("Putting old");
|
|
||||||
if(theStack != null){
|
if(theStack != null){
|
||||||
ItemStack copiedStack = theStack.copy();
|
ItemStack copiedStack = theStack.copy();
|
||||||
if(copiedStack.isItemEqual(this.slots[0])){
|
if(copiedStack.isItemEqual(this.slots[0])){
|
||||||
|
|
Loading…
Reference in a new issue