diff --git a/Util/BaseConfiguration.h b/Util/BaseConfiguration.h index d94c3e32f..d09258470 100644 --- a/Util/BaseConfiguration.h +++ b/Util/BaseConfiguration.h @@ -54,12 +54,6 @@ public: } config.close(); } - - -// for (boost::program_options::detail::config_file_iterator i(config, options), e ; i != e; ++i) { -// std::cout << "[config] " << i->string_key << " = " << i->value[0] << std::endl; -// parameters.Add(i->string_key, i->value[0]); -// } } catch(std::exception& e) { std::cerr << "[config] .ini not found -> Exception: " < parameters; - //Speichert alle Einträge aus INI Datei }; #endif /* BASECONFIGURATION_H_ */