TOMLMap parser startv1

This commit is contained in:
Talyx
2022-01-23 19:39:34 +03:00
parent ccccaf4f3c
commit 1011162680
2 changed files with 10 additions and 8 deletions

View File

@@ -33,7 +33,6 @@ void Server::readConfig(void)
while (it != arr->end())
{
_configs.push_back(new ServerConfig(*it));
std::cout << "biba\n";
++it;
}