Remove debug log out
This commit is contained in:
parent
42a0cbd3b3
commit
99d7ccd477
1 changed files with 0 additions and 2 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue