Skip to content

Commit

Permalink
fix: breaking change output of store import cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant-K-code authored Jun 25, 2024
1 parent 9c09864 commit 5ca6f8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/store/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ func importStore(
return nil, fmt.Errorf("failed to finish progress bar: %w", err)
}

fmt.Println("✅ Store imported")

return response, nil
}

Expand Down

0 comments on commit 5ca6f8a

Please sign in to comment.