Remove debug code
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-06-11 18:55:14 +00:00
parent 6d5c7141fb
commit eee5cb2fef
1 changed files with 0 additions and 2 deletions

View File

@ -353,8 +353,6 @@ func verifySecure(pwdHash, pluginName string, req *http.Request) error {
return ErrInsecureWebhook
}
fmt.Println(string(pwd))
if err := bcrypt.CompareHashAndPassword([]byte(pwdHash), pwd); err != nil {
return ErrIncorrectPassword
}