Remove debug log out

dev/0.11
modmuss50 2020-10-28 16:52:50 +00:00
parent 42a0cbd3b3
commit 99d7ccd477
1 changed files with 0 additions and 2 deletions

View File

@ -92,8 +92,6 @@ public class FabricApiExtension {
throw new RuntimeException("Failed to find artifact or version");
}
project.getLogger().lifecycle(artifact.getTextContent() + " : " + version.getTextContent());
versionMap.put(artifact.getTextContent(), version.getTextContent());
}