Selaa lähdekoodia

fix: useless print

Yeuoly 1 vuosi sitten
vanhempi
commit
3ce3a762e3
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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,