Skip to content

Commit

Permalink
remove more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Apr 22, 2024
1 parent bb17db4 commit 6babeda
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/neptune/adhoc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,7 @@ func (s Server) Start() error {
return
}

if len(adhocExecutionParams.TerraformRoots) == 0 {
s.Logger.Info("no roots found")
}

for _, root := range adhocExecutionParams.TerraformRoots {
s.Logger.Info("running terraform workflow for root " + root.Name)
_, err := s.manuallyExecuteTerraformWorkflow(adhocExecutionParams.GithubRepo, adhocExecutionParams.Revision, root)
if err != nil {
s.Logger.Error(err.Error())
Expand Down

0 comments on commit 6babeda

Please sign in to comment.