mirror of https://github.com/OpenTTD/OpenTTD
Codefix 36e1b32: remove left-over debug statement (#12068)
parent
58ed38be03
commit
fa6f270f23
|
@ -84,7 +84,6 @@ struct PacketWriter : SaveFilter {
|
||||||
|
|
||||||
/* This must all wait until the Destroy function is called. */
|
/* This must all wait until the Destroy function is called. */
|
||||||
|
|
||||||
Debug(net, 0, "Destruct!");
|
|
||||||
this->packets.clear();
|
this->packets.clear();
|
||||||
this->current = nullptr;
|
this->current = nullptr;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue