Remove unused local variable (#2807)

Signed-off-by: Wouter Born <github@maindrain.net>
pull/2786/head
Wouter Born 2022-02-27 11:10:41 +01:00 committed by GitHub
parent f79d85da87
commit 738149d44b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ public abstract class AbstractScriptModuleHandler<T extends Module> extends Base
ScriptContext executionContext = engine.getContext();
for (Entry<String, ?> entry : context.entrySet()) {
Object value = entry.getValue();
String key = entry.getKey();
int dotIndex = key.indexOf('.');
if (dotIndex != -1) {