forked from I2P_Developers/i2p.i2p
Webapps: Remove classpath system log
This commit is contained in:
@ -136,7 +136,7 @@ public class WebAppConfiguration implements Configuration {
|
|||||||
if (!ctxPath.equals("/susimail"))
|
if (!ctxPath.equals("/susimail"))
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
System.err.println("Adding " + path + " to classpath for " + appName);
|
//System.err.println("Adding " + path + " to classpath for " + appName);
|
||||||
buf.append(path);
|
buf.append(path);
|
||||||
}
|
}
|
||||||
if (buf.length() <= 0)
|
if (buf.length() <= 0)
|
||||||
|
Reference in New Issue
Block a user