From 5f3d766cf7482e6b9880a807a1955618183fff23 Mon Sep 17 00:00:00 2001 From: adjoly Date: Sun, 4 May 2025 15:45:24 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20removed?= =?UTF-8?q?=20debug=20print=20:D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/requests_handling/Response.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()); }