1
0
Fork 0

Codefix 36e1b32: remove left-over debug statement

pull/12068/head
Patric Stout 2024-02-11 21:58:51 +01:00
parent 8d9fa0ea89
commit 7a76475dec
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ struct PacketWriter : SaveFilter {
/* This must all wait until the Destroy function is called. */
Debug(net, 0, "Destruct!");
this->packets.clear();
this->current = nullptr;
}