diff --git a/run.go b/run.go index 3104f764..bcfc4cce 100644 --- a/run.go +++ b/run.go @@ -168,8 +168,6 @@ func (m *Machine) runInternal(ctx context.Context, extras StringAnyMap) (out Str // run with everything prepared m.runTimes++ - //res, err := starlark.ExecFileOptions(m.getFileOptions(), m.thread, scriptName, source, m.predeclared) - //res, err := starlarkExecFile(m.getFileOptions(), m.thread, scriptName, source, m.predeclared) res, err := m.execStarlarkFile(scriptName, source) done <- struct{}{}