1
0
Fork 0

Codefix 36e1b32: remove left-over debug statement (#12068)

pull/12070/head
Patric Stout 2024-02-11 22:36:37 +01:00 committed by GitHub
parent 58ed38be03
commit fa6f270f23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
}