mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
clean ups
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user