forked from I2P_Developers/i2p.i2p
comment out debug log
This commit is contained in:
@ -157,7 +157,7 @@ public class WebAppStarter {
|
|||||||
// See AnnotationParser.isValidClassFileName()
|
// See AnnotationParser.isValidClassFileName()
|
||||||
// Server must be at DEBUG level to see what's happening
|
// Server must be at DEBUG level to see what's happening
|
||||||
boolean scanAnnotations = HAS_ANNOTATION_CLASSES && !BUILTINS.contains(appName);
|
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);
|
wac.setExtractWAR(scanAnnotations);
|
||||||
|
|
||||||
// this does the passwords...
|
// this does the passwords...
|
||||||
|
Reference in New Issue
Block a user