Remove events
This commit is contained in:
parent
bbab639e27
commit
10c59e1ff6
|
@ -20,11 +20,8 @@ class ScriptRunner {
|
|||
}).withContext(context)
|
||||
|
||||
if (parseBson && context.data) {
|
||||
this.tracerSpan.log({ event: "isolated-vm.registering-bson" })
|
||||
this.vm = this.vm.withParsingBson(context.data)
|
||||
}
|
||||
|
||||
this.tracerSpan.log({ event: "isolated-vm.initialised" })
|
||||
}
|
||||
|
||||
execute() {
|
||||
|
|
Loading…
Reference in New Issue