Remove debugprint

This commit is contained in:
DBotThePony 2021-09-08 18:33:51 +07:00
parent 7e9d7ca8f8
commit f4929ea25d
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 0 additions and 2 deletions

View File

@ -91,7 +91,6 @@ public class AbstractStorageGridCell implements IStorageGridCell {
@Override
public void setStorageGrid(StorageGrid grid) {
OverdriveThatMatters.LOGGER.info("Set grid {} {}", this, grid);
storage_grid = grid;
}

View File

@ -81,7 +81,6 @@ public interface IStorageGridCell {
}
default boolean connectOrCreateStorageGrid(Level level, BlockPos pos, boolean force) {
OverdriveThatMatters.LOGGER.info("Discover {}", this);
if (getStorageGrid() != null && !force)
return true;