Skip to content

Commit

Permalink
fix(restore): Remove analyze log since it always shows up before the …
Browse files Browse the repository at this point in the history
…restore is complete
  • Loading branch information
gabe565 committed Sep 30, 2023
1 parent 30d36a4 commit 3beb8cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/actions/restore/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ func (action Restore) Run(ctx context.Context) (err error) {
})
}

log.Info("running analyze query")
if action.RemoteGzip {
err = gzipCopy(w, strings.NewReader(analyzeQuery))
} else {
Expand Down

0 comments on commit 3beb8cf

Please sign in to comment.