suppress log message if onRequest() function is not defined.
This commit is contained in:
parent
e966459776
commit
8bab32a94c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue