Changeset - r28741:6064b2714f1b
[Not reviewed]
master
0 1 0
Patric Stout - 2 months ago 2024-02-11 21:36:37
truebrain@openttd.org
Codefix 36e1b32: remove left-over debug statement (#12068)
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/network/network_server.cpp
Show inline comments
 
@@ -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;
 
	}
0 comments (0 inline, 0 general)