diff --git a/apps/routerconsole/java/src/net/i2p/router/web/WebAppStarter.java b/apps/routerconsole/java/src/net/i2p/router/web/WebAppStarter.java index 1f9e52c1e16aa14e6b966a6952082aa7cfc26b36..d09bdec95797256eba2d98fd2a9ce110e1b7bd83 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/WebAppStarter.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/WebAppStarter.java @@ -157,7 +157,7 @@ public class WebAppStarter { // See AnnotationParser.isValidClassFileName() // Server must be at DEBUG level to see what's happening boolean scanAnnotations = HAS_ANNOTATION_CLASSES && !BUILTINS.contains(appName); - System.out.println("Scanning " + appName + " for annotations? " + scanAnnotations); + //System.out.println("Scanning " + appName + " for annotations? " + scanAnnotations); wac.setExtractWAR(scanAnnotations); // this does the passwords...