Add gnulib gettext module for config.rpath
[clinton/bobotpp.git] / source / BotConfig.C
index e8ebc08..3344964 100644 (file)
@@ -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;
 }