Skip to content

Commit

Permalink
remove added defer servenv close
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mason <[email protected]>
  • Loading branch information
Andrew Mason committed Sep 20, 2023
1 parent 921d39b commit 623f86c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/cmd/vtcombo/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ func run(cmd *cobra.Command, args []string) (err error) {
}

servenv.Init()
defer servenv.Close()

tabletenv.Init()

var (
Expand Down

0 comments on commit 623f86c

Please sign in to comment.