Some small fix

This commit is contained in:
wh201906 2023-11-06 18:44:19 +08:00
commit 2d48e33a99
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -2662,7 +2662,6 @@ static void PacketReceived(PacketCommandNG *packet) {
break;
}
case CMD_STATUS: {
Dbprintf("Packet Len:%d", packet->length);
if (packet->length == 4)
SendStatus(packet->data.asDwords[0]);
else