remove debug code

dev/0.11
asie 2019-07-24 23:05:44 +02:00
parent 3c7d6fd87f
commit f26e77df11
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ public final class MappingsCache {
return ref.get();
} else {
try (InputStream stream = Files.newInputStream(mappingsPath)) {
Logging.getLogger(MappingsCache.class).lifecycle("CACHE MISS! OWO " + mappingsPath);
Mappings mappings = net.fabricmc.mappings.MappingsProvider.readTinyMappings(stream, false);
ref = new SoftReference<>(mappings);
mappingsCache.put(mappingsPath, ref);