Kaynağa Gözat

fix: useless print

Yeuoly 1 yıl önce
ebeveyn
işleme
3ce3a762e3
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  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,