Skip to content

Commit fed86a3

Browse files
committed
style: remove debugging statement
1 parent 63615ea commit fed86a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maven-plugin/src/main/java/io/github/project/classport/plugin/EmbeddingMojo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ public void execute() throws MojoExecutionException, MojoFailureException {
199199
getLog().info("Processing dependencies");
200200
for (Artifact artifact : dependencyArtifacts) {
201201
try {
202-
System.out.println("Embedding artifact: " + artifact.getArtifactId());
203202
embedArtifactIntoRepo(artifact, aggregatedRepoRoot);
204203
} catch (IOException e) {
205204
getLog().error("Failed to embed metadata for " + artifact + ": " + e);

0 commit comments

Comments
 (0)