From e66d64d89bfc3731e30128b2a754cf4f253fccc7 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Thu, 12 Sep 2019 16:13:59 +0000
Subject: [PATCH] comment out debug log

---
 .../java/src/net/i2p/router/web/WebAppStarter.java              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 1f9e52c1e1..d09bdec957 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...
-- 
GitLab