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

remove timeout message.

This commit is contained in:
Mrs4s 2020-09-21 20:36:54 +08:00
parent 1166cb5764
commit 420fd0746a

View File

@ -993,7 +993,7 @@ func (c *QQClient) sendAndWait(seq uint16, pkt []byte) (interface{}, error) {
continue
}
c.handlers.Delete(seq)
c.Error("packet timed out, seq: %v", seq)
//c.Error("packet timed out, seq: %v", seq)
//println("Packet Timed out")
return nil, errors.New("timeout")
}