general logging and type fixes

This commit is contained in:
Jonathan Shook 2022-01-05 15:33:37 -06:00
parent 79533bb25c
commit 28ddf424bb

View File

@ -35,7 +35,6 @@ public class ExamplePluginData implements ScriptingPluginInfo<ExamplePlugin> {
@Override
public ExamplePlugin getExtensionObject(Logger logger, MetricRegistry metricRegistry, ScriptContext scriptContext) {
logger.trace("creating a new ExampleSandboxExtension");
return new ExamplePlugin();
}