Disable debug

This commit is contained in:
zontreck 2024-01-21 03:10:34 -07:00
parent 8c99941382
commit 1f807cfb84

View file

@ -81,7 +81,7 @@ public class EventHandler {
continue; // DO NOT CACHE FIRE OR AIR BLOCKS
}
FireMod.LOGGER.info("Fire detected");
//FireMod.LOGGER.info("Fire detected");
burnedBlocks.put(pos, new BlockSnapshot(world, pos));
}
@ -112,7 +112,7 @@ public class EventHandler {
it.remove();
entry.getValue().restore();
FireMod.LOGGER.info("Restoring burned block");
//FireMod.LOGGER.info("Restoring burned block");
return;
}