1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 00:19:09 +00:00

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

This commit is contained in:
Patric Stout
2024-02-11 22:36:37 +01:00
committed by GitHub
parent 58ed38be03
commit fa6f270f23

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;
}