comment out debug log

This commit is contained in:
zzz
2019-09-12 16:13:59 +00:00
parent 9d28b17a04
commit e66d64d89b

View File

@ -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...