Author: mordante
Date: Fri May 23 19:25:55 2008
New Revision: 26793

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26793&view=rev
Log:
Remove some debug code.

Modified:
    trunk/src/game.cpp

Modified: trunk/src/game.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game.cpp?rev=26793&r1=26792&r2=26793&view=diff
==============================================================================
--- trunk/src/game.cpp (original)
+++ trunk/src/game.cpp Fri May 23 19:25:55 2008
@@ -1686,7 +1686,6 @@
                        dlg.show(disp().video());
                        
                        if(dlg.get_retval() == gui2::tbutton::OK) {
-                               std::cerr << "OK\n";
                                if(!no_gui_) {
                                        std::string wm_title_string = _("The 
Battle for Wesnoth");
                                        wm_title_string += " - " + 
game_config::revision;
@@ -1694,8 +1693,6 @@
                                }
 
                                refresh_game_cfg(true);
-                       } else {
-                               std::cerr << "Cancel\n";
                        }
 
        } else {


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

Reply via email to