Remove debug log out
parent
42a0cbd3b3
commit
99d7ccd477
|
@ -92,8 +92,6 @@ public class FabricApiExtension {
|
||||||
throw new RuntimeException("Failed to find artifact or version");
|
throw new RuntimeException("Failed to find artifact or version");
|
||||||
}
|
}
|
||||||
|
|
||||||
project.getLogger().lifecycle(artifact.getTextContent() + " : " + version.getTextContent());
|
|
||||||
|
|
||||||
versionMap.put(artifact.getTextContent(), version.getTextContent());
|
versionMap.put(artifact.getTextContent(), version.getTextContent());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue