diff --git a/packages/nodes-base/nodes/Code/PythonSandbox.ts b/packages/nodes-base/nodes/Code/PythonSandbox.ts index 7b6dfc0299..731ffc2c71 100644 --- a/packages/nodes-base/nodes/Code/PythonSandbox.ts +++ b/packages/nodes-base/nodes/Code/PythonSandbox.ts @@ -55,7 +55,6 @@ export class PythonSandbox extends Sandbox { private async runCodeInPython() { const workerFilePath = await this.createWorkerFile(); - console.log(workerFilePath); try { return await this.executePythonInWorker(workerFilePath);