mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-18 10:32:30 +00:00
remove debug loging
This commit is contained in:
parent
6f03746e41
commit
f6c2795eaf
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user