Author: ilor
Date: Mon Jul 28 19:02:35 2008
New Revision: 28248

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28248&view=rev
Log:
rm cerr debug output

Modified:
    trunk/src/hotkeys.cpp

Modified: trunk/src/hotkeys.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/hotkeys.cpp?rev=28248&r1=28247&r2=28248&view=diff
==============================================================================
--- trunk/src/hotkeys.cpp (original)
+++ trunk/src/hotkeys.cpp Mon Jul 28 19:02:35 2008
@@ -455,7 +455,6 @@
 
 void load_hotkeys(const config& cfg)
 {
-       std::cerr << "load_hotkeys " << hotkey_tag_name << "\n";
        const config::child_list& children = cfg.get_children(hotkey_tag_name);
        for(config::child_list::const_iterator i = children.begin(); i != 
children.end(); ++i) {
                hotkey_item& h = get_hotkey((**i)["command"]);
@@ -467,7 +466,6 @@
 
 void save_hotkeys(config& cfg)
 {
-       std::cerr << "save_hotkeys " << hotkey_tag_name << "\n";
        cfg.clear_children(hotkey_tag_name);
 
        for(std::vector<hotkey_item>::iterator i = hotkeys_.begin(); i != 
hotkeys_.end(); ++i) {


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

Reply via email to