remove debugging code

This commit is contained in:
Elizabeth Fong
2006-04-11 02:46:53 +00:00
parent 8327440736
commit 8ebd7586c1
@@ -123,7 +123,6 @@ public class Application
try {
return createResource(CONFIG_FILE, false);
} catch (Exception e) {
Thread.dumpStack();
throw new RuntimeException("Invalid appbase '" + _vappbase + "'.");
}
}