redundant log

This commit is contained in:
Anuken
2022-11-03 11:39:11 -04:00
parent b8e245f945
commit 3a142507d1
@@ -96,8 +96,6 @@ public class GameService{
checkAllBlocks(allBlocksErekir, allErekirBlocks); checkAllBlocks(allBlocksErekir, allErekirBlocks);
checkAllBlocks(allBlocksSerpulo, allSerpuloBlocks); checkAllBlocks(allBlocksSerpulo, allSerpuloBlocks);
Log.info(Structs.find(allSerpuloBlocks, b -> !blocksBuilt.contains(b.name)));
//periodically check for various conditions //periodically check for various conditions
float updateInterval = 2f; float updateInterval = 2f;
Timer.schedule(this::checkUpdate, updateInterval, updateInterval); Timer.schedule(this::checkUpdate, updateInterval, updateInterval);