Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Aug 8, 2024
1 parent 8604307 commit 3967d26
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public void execute() throws MojoExecutionException, MojoFailureException {
+ "See here for more details: https://sourcegraph.github.io/scip-java/docs/manual-configuration.html#step-5-optional-enable-cross-repository-navigation\n");
} else {
for (Object root : sourceRoots) {
getLog().info(root.toString());
if (root instanceof String) {
String rootString = (String) root;
builder.append(
Expand Down

0 comments on commit 3967d26

Please sign in to comment.