mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 20:48:46 +02:00
「🔨」 fix: removed debug print :D
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/02/03 17:28:31 by mmoussou #+# #+# */
|
/* Created: 2025/02/03 17:28:31 by mmoussou #+# #+# */
|
||||||
/* Updated: 2025/05/04 13:31:10 by adjoly ### ########.fr */
|
/* Updated: 2025/05/04 15:45:05 by adjoly ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ std::string http::Response::str(void) const
|
|||||||
response << "\r\n";
|
response << "\r\n";
|
||||||
response << this->_body;
|
response << this->_body;
|
||||||
|
|
||||||
std::cout << "------------ RESPONSE -------------" << std::endl << response.str() << std::endl;
|
/* std::cout << "------------ RESPONSE -------------" << std::endl << response.str() << std::endl; */
|
||||||
return (response.str());
|
return (response.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user