瀏覽代碼

fix: useless print

Yeuoly 1 年之前
父節點
當前提交
3ce3a762e3
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      internal/core/runner/python/python.go

+ 0 - 2
internal/core/runner/python/python.go

@@ -83,8 +83,6 @@ func (p *PythonRunner) Run(
 			python_sandbox_file = fmt.Sprintf("%s\n%s", preload, python_sandbox_file)
 		}
 
-		fmt.Println(python_sandbox_file)
-
 		// create a new process
 		cmd := exec.Command(
 			static.GetDifySandboxGlobalConfigurations().PythonPath,