Skip to content

Commit

Permalink
Removed leftover debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed May 2, 2023
1 parent 0b3041b commit fa6af24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/sfreleaser/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ func release(cmd *cobra.Command, args []string) error {
Don't forget to activate link with GitHub by doing 'gh auth login'.
`))

printRustCratesNotPublishedMessage(release.Rust)
os.Exit(1)

if release.Version == "" {
release.Version = promptVersion()
}
Expand Down

0 comments on commit fa6af24

Please sign in to comment.