remove debug loging

This commit is contained in:
Zoë Gidiere 2023-12-12 16:12:36 -07:00
parent 6f03746e41
commit f6c2795eaf

View File

@ -65,9 +65,6 @@ public class RegistryLoaderMixin {
@SuppressWarnings("unchecked")
private static <T> Optional<MutableRegistry<T>> extractRegistry(List<Pair<MutableRegistry<?>, Object>> instance,
RegistryKey<Registry<T>> key) {
instance.stream().forEach(k -> {
LOGGER.error(k.toString());
});
List<? extends MutableRegistry<?>> matches = instance
.stream()
.map(Pair::getFirst)