Webapps: Remove classpath system log

This commit is contained in:
zzz
2017-01-04 13:28:34 +00:00
parent 6843950bdc
commit 57be0df858

View File

@ -136,7 +136,7 @@ public class WebAppConfiguration implements Configuration {
if (!ctxPath.equals("/susimail"))
continue;
}
System.err.println("Adding " + path + " to classpath for " + appName);
//System.err.println("Adding " + path + " to classpath for " + appName);
buf.append(path);
}
if (buf.length() <= 0)