mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 15:11:15 +00:00
chore: remove debug output
This commit is contained in:
parent
7fd94a03b7
commit
c5e5bd2bc7
@ -31,9 +31,7 @@ export class PacketClientContext {
|
||||
}
|
||||
|
||||
async sendOidbPacket(pkt: OidbPacket, rsp = false): Promise<Buffer> {
|
||||
console.log("REQ", pkt.cmd, pkt.data);
|
||||
const raw = await this._client.sendOidbPacket(pkt, rsp);
|
||||
console.log("RES", raw.cmd, raw.hex_data);
|
||||
return Buffer.from(raw.hex_data, "hex");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user