Skip to content

Commit

Permalink
rf: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrs4s committed Apr 3, 2023
1 parent 1e42b2c commit 637d46f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/gocq/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 637d46f

Please sign in to comment.