commented out debugging msg
This commit is contained in:
parent
94201d2a8b
commit
e7f91063fb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue