We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c2f4c commit 22ba330Copy full SHA for 22ba330
APIJSONORM/src/main/java/apijson/orm/script/JSR223ScriptExecutor.java
@@ -11,9 +11,6 @@
11
import javax.script.ScriptEngineManager;
12
import javax.script.SimpleBindings;
13
14
-import org.slf4j.Logger;
15
-import org.slf4j.LoggerFactory;
16
-
17
import com.alibaba.fastjson.JSONObject;
18
19
import apijson.orm.AbstractFunctionParser;
@@ -22,9 +19,6 @@
22
* JSR223 script engine的统一实现抽象类
23
20
*/
24
21
public abstract class JSR223ScriptExecutor implements ScriptExecutor {
25
26
- protected final Logger log = LoggerFactory.getLogger(this.getClass());
27
28
protected ScriptEngine scriptEngine;
29
30
private final Map<String, CompiledScript> compiledScriptMap = new ConcurrentHashMap<>();
0 commit comments