remove debug code
parent
3c7d6fd87f
commit
f26e77df11
|
@ -52,7 +52,6 @@ public final class MappingsCache {
|
||||||
return ref.get();
|
return ref.get();
|
||||||
} else {
|
} else {
|
||||||
try (InputStream stream = Files.newInputStream(mappingsPath)) {
|
try (InputStream stream = Files.newInputStream(mappingsPath)) {
|
||||||
Logging.getLogger(MappingsCache.class).lifecycle("CACHE MISS! OWO " + mappingsPath);
|
|
||||||
Mappings mappings = net.fabricmc.mappings.MappingsProvider.readTinyMappings(stream, false);
|
Mappings mappings = net.fabricmc.mappings.MappingsProvider.readTinyMappings(stream, false);
|
||||||
ref = new SoftReference<>(mappings);
|
ref = new SoftReference<>(mappings);
|
||||||
mappingsCache.put(mappingsPath, ref);
|
mappingsCache.put(mappingsPath, ref);
|
||||||
|
|
Loading…
Reference in New Issue