Remove debug info

This commit is contained in:
paulevsGitch 2021-07-31 09:22:50 +03:00
parent 24ce3fa4e8
commit 49e93e4309

View file

@ -49,8 +49,6 @@ public abstract class ModelBakeryMixin {
)
)
private void bclib_initCustomModels(ResourceManager resourceManager, BlockColors blockColors, ProfilerFiller profiler, int mipmap, CallbackInfo info) {
System.out.println("Cache size 1: " + unbakedCache.size());
Map<ResourceLocation, UnbakedModel> cache = Maps.newConcurrentMap();
Map<ResourceLocation, UnbakedModel> topLevel = Maps.newConcurrentMap();
@ -105,8 +103,6 @@ public abstract class ModelBakeryMixin {
}
});
System.out.println("Cache size 2: " + unbakedCache.size());
cache.values().forEach(model -> {
loadingStack.addAll(model.getDependencies());
});