Skip to content

Commit

Permalink
Refine comment and logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Oct 29, 2024
1 parent b48eeaf commit d2fab92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/runner/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,13 @@ func newOwlStorer(envs []string, proj *project.Project, logger *zap.Logger) (*ow
opts = append(opts, owl.WithEnvs(envSource, envs...))
}

// todo(sebastian): code's not stale, disabled since it's unclear how this will work
// resolverOwlStore, err := owl.NewStore(opts...)
// if err != nil {
// return nil, err
// }

// logger.Debug("Resolving env using remote backends")
// logger.Debug("Resolving env external to the graph")
// if snapshot, err := resolverOwlStore.InsecureResolve(); err == nil {
// resolved := []string{}
// for _, item := range snapshot {
Expand Down

0 comments on commit d2fab92

Please sign in to comment.