1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-06 23:44:20 -04:00

clean log

This commit is contained in:
Unknwon 2015-09-11 13:33:36 -04:00
parent 362d64df04
commit 247017d9ff

View File

@ -405,7 +405,6 @@ func LoginUserSMTPSource(u *User, name, passwd string, sourceId int64, cfg *SMTP
if err := SMTPAuth(auth, cfg); err != nil {
if strings.Contains(err.Error(), "Username and Password not accepted") {
fmt.Println(err)
return nil, ErrUserNotExist{0, name}
}
return nil, err