remove debug code
This commit is contained in:
		
							parent
							
								
									3c7d6fd87f
								
							
						
					
					
						commit
						f26e77df11
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -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); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue