Author: shadowmaster
Date: Fri Jul 25 22:11:44 2008
New Revision: 28201

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28201&view=rev
Log:
* Remove a useless debug statement

Modified:
    trunk/src/game_events.cpp

Modified: trunk/src/game_events.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_events.cpp?rev=28201&r1=28200&r2=28201&view=diff
==============================================================================
--- trunk/src/game_events.cpp (original)
+++ trunk/src/game_events.cpp Fri Jul 25 22:11:44 2008
@@ -3406,7 +3406,6 @@
                        }
                        std::vector<std::string> unit_ids = 
utils::split(cfg["unit_wml_ids"]);
                        for(std::vector<std::string>::const_iterator id_it = 
unit_ids.begin(); id_it != unit_ids.end(); ++id_it) {
-                               std::cerr << *id_it << "\n";
                                unit_wml_ids.insert(*id_it);
                        }
 


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

Reply via email to