I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 57be0df8 authored by zzz's avatar zzz
Browse files

Webapps: Remove classpath system log

parent 6843950b
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ public class WebAppConfiguration implements Configuration { ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment