Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
Signed-off-by: shaik80 <[email protected]>
  • Loading branch information
shaik80 committed Feb 23, 2022
1 parent 382098b commit 6b36552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/automate-deployment/pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,6 @@ func (s *server) doConverge(

errHandler(eDeploy.err)
// json file
fmt.Println(os.Getenv(isUpgradeMajorEnv))
if os.Getenv(isUpgradeMajorEnv) == "true" {
ci := majorupgradechecklist.NewCRUDChecklist(s.deployment.CurrentReleaseManifest.Version())
err = ci.CreatePostChecklistFile()
Expand Down

0 comments on commit 6b36552

Please sign in to comment.