mirror of
https://gitlab.com/niansa/discord_llama.git
synced 2025-03-06 20:48:25 +01:00
Removed debug line from Configuration::parse_config()
This commit is contained in:
parent
e837cf9362
commit
c740c45bd3
1 changed files with 0 additions and 3 deletions
|
@ -199,14 +199,11 @@ void Configuration::check(bool allow_non_instruct) const {
|
|||
}
|
||||
}
|
||||
|
||||
#include <iostream>
|
||||
void Configuration::parse_configs(const std::string &main_file) {
|
||||
const auto file_location = main_file.empty()?
|
||||
std::filesystem::current_path():
|
||||
std::filesystem::path(main_file).parent_path();
|
||||
|
||||
std::cout << main_file << std::endl;
|
||||
|
||||
// Parse main configuration
|
||||
fill(environment_parser(), true);
|
||||
if (!main_file.empty()) fill(file_parser(main_file));
|
||||
|
|
Loading…
Add table
Reference in a new issue