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

Remove unnecessary logs

This commit is contained in:
YumeMichi 2021-02-19 12:18:39 +08:00 committed by GitHub
parent a9fb84eb47
commit d2be362f84
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: