commented out debugging msg

This commit is contained in:
hns 2001-08-30 17:21:46 +00:00
parent 94201d2a8b
commit e7f91063fb

View file

@ -144,9 +144,9 @@ public class RequestEvaluator implements Runnable {
try { try {
do { do {
long startCheck = System.currentTimeMillis (); // long startCheck = System.currentTimeMillis ();
app.typemgr.checkPrototypes (); app.typemgr.checkPrototypes ();
System.err.println ("Type check overhead: "+(System.currentTimeMillis ()-startCheck)+" millis"); // System.err.println ("Type check overhead: "+(System.currentTimeMillis ()-startCheck)+" millis");
IPathElement root, currentElement; IPathElement root, currentElement;
// reset skinManager // reset skinManager