Author: tschmitz
Date: Thu Jul 14 07:39:14 2011
New Revision: 50298

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50298&view=rev
Log:
Got rid of annoying debug statements.

Modified:
    trunk/src/whiteboard/manager.cpp

Modified: trunk/src/whiteboard/manager.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/whiteboard/manager.cpp?rev=50298&r1=50297&r2=50298&view=diff
==============================================================================
--- trunk/src/whiteboard/manager.cpp (original)
+++ trunk/src/whiteboard/manager.cpp Thu Jul 14 07:39:14 2011
@@ -371,8 +371,6 @@
        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 @@
                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");
        }
 }
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to