X-Git-Url: http://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/4f4c0ce6826406da17ed129877ba4a187d4f219b..HEAD:/source/BotConfig.C diff --git a/source/BotConfig.C b/source/BotConfig.C index e8ebc08..3344964 100644 --- a/source/BotConfig.C +++ b/source/BotConfig.C @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "BotConfig.H" #include "Bot.H" @@ -61,14 +61,6 @@ BotConfig::read_config () StringTokenizer params (Utils::trim_str (st.next_token('='))); set_option_value (command, params.rest (), true); - std::cerr << "done.\n"; - - for (t_options_db::const_iterator cit = options_db.begin (); - cit != options_db.end (); - ++cit) - std::cerr << "options_db[" << command << "] = " << options_db[command].first.front () - << std::endl; - } return true; }