JETTY-1331 remove extra debug print
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2867 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
89ccbc7689
commit
917a5c7793
|
@ -81,7 +81,6 @@ public class XmlConfiguration
|
||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
e.printStackTrace();
|
|
||||||
Log.ignore(e);
|
Log.ignore(e);
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
|
Loading…
Reference in New Issue