Explorar el Código

fix: useless print

Yeuoly hace 1 año
padre
commit
3ce3a762e3
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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,