Skip to content

Commit

Permalink
Remove unnecessary logging of jar files in PluginsScanner
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Nov 19, 2024
1 parent dd61648 commit a0fbaf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/org/restheart/plugins/PluginsScanner.java
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,6 @@ public RuntimeClassGraph() {
PluginsClassloader.init(this.jars);
}

LOGGER.info("@@@ this.jars={}", Arrays.toString(this.jars));

var libJars = Arrays.stream(this.jars)
.map(jar -> {
try {
Expand Down

0 comments on commit a0fbaf6

Please sign in to comment.