diff --git a/src/requests_handling/Response.cpp b/src/requests_handling/Response.cpp index 79d3a45..41033ec 100644 --- a/src/requests_handling/Response.cpp +++ b/src/requests_handling/Response.cpp @@ -6,7 +6,7 @@ /* By: mmoussou _body; - std::cout << "------------ RESPONSE -------------" << std::endl << response.str() << std::endl; + /* std::cout << "------------ RESPONSE -------------" << std::endl << response.str() << std::endl; */ return (response.str()); }