mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
chore: Remove debug console.log statements
This commit is contained in:
parent
43988f4afc
commit
532380846f
|
@ -55,7 +55,6 @@ export class PythonSandbox extends Sandbox {
|
||||||
|
|
||||||
private async runCodeInPython<T>() {
|
private async runCodeInPython<T>() {
|
||||||
const workerFilePath = await this.createWorkerFile();
|
const workerFilePath = await this.createWorkerFile();
|
||||||
console.log(workerFilePath);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
return await this.executePythonInWorker<T>(workerFilePath);
|
return await this.executePythonInWorker<T>(workerFilePath);
|
||||||
|
|
Loading…
Reference in a new issue