Skip to content
Snippets Groups Projects
Commit 2a870efa authored by Florent Gluck's avatar Florent Gluck
Browse files

Removed unused code from tools/genpwd/genpwd.go

parent 8ebdbaba
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,4 @@ func main() {
fmt.Println("")
fmt.Println(stringPwd)
// if err := bcrypt.CompareHashAndPassword(hashedPwd, []byte("pipo")); err != nil {
// fmt.Println("don't match!")
// } else {
// fmt.Println("OK")
// }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment