1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-07 12:43:31 +08:00

Merge pull request #652 from YumeMichi/patch-1

去掉无用的登录错误提示
This commit is contained in:
Mrs4s 2021-02-19 20:46:18 +08:00 committed by GitHub
commit e9b6e477f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,6 @@ func (s *webServer) logincore(relogin bool) {
} else if err == client.ErrAlreadyOnline {
break
}
log.Error("登录遇到错误: " + err.Error())
switch res.Error {
case client.SliderNeededError: