Author: mordante
Date: Wed Aug 22 17:29:02 2007
New Revision: 19727

URL: http://svn.gna.org/viewcvs/wesnoth?rev=19727&view=rev
Log:
Removed a debug message, spotted by Zookeeper.

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=19727&r1=19726&r2=19727&view=diff
==============================================================================
--- trunk/src/game_events.cpp (original)
+++ trunk/src/game_events.cpp Wed Aug 22 17:29:02 2007
@@ -1916,9 +1916,6 @@
                                        }
                                }
 
-                               std::string advance = cfg["advance"];
-                               std::cerr << "advance = " << advance << '\n';
-                               
                                if(utils::string_bool(cfg["advance"], true) && 
get_replay_source().at_end()) {
                                        // Try to advance the unit
 


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

Reply via email to