Remove events

This commit is contained in:
Adria Navarro 2024-02-09 13:17:28 +01:00
parent bbab639e27
commit 10c59e1ff6
1 changed files with 0 additions and 3 deletions

View File

@ -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() {