clean ups

This commit is contained in:
3lswear
2022-01-18 17:58:45 +03:00
parent e7470e9124
commit 77c32c96e8
4 changed files with 7 additions and 110 deletions

View File

@@ -34,10 +34,10 @@ namespace config
{
std::cout << it->first
<< ": "
<< *(it->second->toString())
<< std::endl;
<< *(it->second->toString());
std::cout << ", " << std::endl;
/* << std::endl << "-------" << std::endl; */
}
std::cout << "-------" << std::endl;
}
}