Remove debugprint
This commit is contained in:
parent
7e9d7ca8f8
commit
f4929ea25d
@ -91,7 +91,6 @@ public class AbstractStorageGridCell implements IStorageGridCell {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setStorageGrid(StorageGrid grid) {
|
public void setStorageGrid(StorageGrid grid) {
|
||||||
OverdriveThatMatters.LOGGER.info("Set grid {} {}", this, grid);
|
|
||||||
storage_grid = grid;
|
storage_grid = grid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,7 +81,6 @@ public interface IStorageGridCell {
|
|||||||
}
|
}
|
||||||
|
|
||||||
default boolean connectOrCreateStorageGrid(Level level, BlockPos pos, boolean force) {
|
default boolean connectOrCreateStorageGrid(Level level, BlockPos pos, boolean force) {
|
||||||
OverdriveThatMatters.LOGGER.info("Discover {}", this);
|
|
||||||
if (getStorageGrid() != null && !force)
|
if (getStorageGrid() != null && !force)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user