suppress log message if onRequest() function is not defined.

This commit is contained in:
hns 2002-02-20 16:57:26 +00:00
parent e966459776
commit 8bab32a94c

View file

@ -351,7 +351,7 @@ public class RequestEvaluator implements Runnable {
try {
current.doIndirectCall (evaluator, current, "onRequest", new ESValue[0]);
} catch (Exception ignore) {
System.err.println ("error in onRequest(): "+ignore);
// System.err.println ("error in onRequest(): "+ignore);
// onRequest not defined
}
// do the actual action invocation