Remove debug info
This commit is contained in:
parent
24ce3fa4e8
commit
49e93e4309
1 changed files with 0 additions and 4 deletions
|
@ -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());
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue