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")
|
@SuppressWarnings("unchecked")
|
||||||
private static <T> Optional<MutableRegistry<T>> extractRegistry(List<Pair<MutableRegistry<?>, Object>> instance,
|
private static <T> Optional<MutableRegistry<T>> extractRegistry(List<Pair<MutableRegistry<?>, Object>> instance,
|
||||||
RegistryKey<Registry<T>> key) {
|
RegistryKey<Registry<T>> key) {
|
||||||
instance.stream().forEach(k -> {
|
|
||||||
LOGGER.error(k.toString());
|
|
||||||
});
|
|
||||||
List<? extends MutableRegistry<?>> matches = instance
|
List<? extends MutableRegistry<?>> matches = instance
|
||||||
.stream()
|
.stream()
|
||||||
.map(Pair::getFirst)
|
.map(Pair::getFirst)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user