mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00
Got rid of annoying debug statements.
This commit is contained in:
parent
87092a8273
commit
27d071ba44
@ -371,8 +371,6 @@ void manager::send_network_data()
|
||||
net_buffer_ = config();
|
||||
|
||||
network::send_data(packet,0,"whiteboard");
|
||||
|
||||
print_to_chat("tommydebug","sent wb data");
|
||||
}
|
||||
|
||||
void manager::process_network_data(config const& cfg)
|
||||
@ -382,8 +380,6 @@ void manager::process_network_data(config const& cfg)
|
||||
team& team_from = resources::teams->at(wb_cfg["side"]-1);
|
||||
foreach(side_actions::net_cmd const& cmd, wb_cfg.child_range("net_cmd"))
|
||||
team_from.get_side_actions()->execute_net_cmd(cmd);
|
||||
|
||||
print_to_chat("tommydebug","received wb data");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user