Skip to content

Commit

Permalink
chore(root): remove migration output
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Dec 24, 2023
1 parent 296d928 commit 21a3408
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"strings"
"time"

"github.com/fatih/color"
"github.com/go-faster/errors"
"github.com/gotd/td/telegram"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -61,7 +60,6 @@ func New() *cobra.Command {
if err := migrateLegacyToBolt(); err != nil {
return errors.Wrap(err, "migrate legacy to bolt")
}
color.Green("v0.14.0: Migrate default storage legacy to bolt successfully.")
}

storage, err := kv.NewWithMap(viper.GetStringMapString(consts.FlagStorage))
Expand Down

0 comments on commit 21a3408

Please sign in to comment.