Skip to content

Commit

Permalink
fix: remove needless print
Browse files Browse the repository at this point in the history
  • Loading branch information
palp1tate committed Sep 23, 2023
1 parent 324d853 commit 18785d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,5 @@ func Generate(password string, options *Options) (hashPwd string, err error) {
}

hashPwd = fmt.Sprintf("%s$%d$%s$%s", algorithm, iter, salt, hex.EncodeToString(dk))
fmt.Println(hashPwd)
return
}

0 comments on commit 18785d3

Please sign in to comment.