chore: Remove debug console.log statements

This commit is contained in:
Nikita 2025-03-04 00:10:42 +08:00
parent 43988f4afc
commit 532380846f

View file

@ -55,7 +55,6 @@ export class PythonSandbox extends Sandbox {
private async runCodeInPython<T>() {
const workerFilePath = await this.createWorkerFile();
console.log(workerFilePath);
try {
return await this.executePythonInWorker<T>(workerFilePath);