Remove debugger

This commit is contained in:
Adria Navarro 2024-02-08 13:47:27 +01:00
parent 57952131ac
commit 2ffe3d7153
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ export class IsolatedVM implements VM {
} }
withContext(context: Record<string, any>) { withContext(context: Record<string, any>) {
debugger
this.addToContext(context) this.addToContext(context)
return this return this
} }