jetty-9 removed debug

This commit is contained in:
Greg Wilkins 2013-02-01 12:07:49 +11:00
parent 6711abe1d7
commit 29f155143e
1 changed files with 0 additions and 2 deletions

View File

@ -686,8 +686,6 @@ public class XmlConfiguration
if (oClass == null)
throw new IllegalArgumentException(node.toString());
System.err.println("class="+oClass);
int size = 0;
int argIndex = node.size();
for (int i = 0; i < node.size(); i++)