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

rf: remove useless code

This commit is contained in:
Mrs4s 2023-04-03 20:28:25 +08:00
parent 1e42b2c450
commit 637d46f282
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -227,9 +227,6 @@ func loginResponseProcessor(res *client.LoginResponse) error {
log.Warnf("你的账号涉嫌违规被限制在非常用设备登录, 请在手机QQ登录并根据提示完成认证")
log.Warnf("或使用 -update-protocol 升级到最新协议后重试")
}
if res.Code == 235 {
log.Warnf("请删除 device.json 后重试.")
}
log.Infof("按 Enter 继续....")
readLine()
os.Exit(0)