From 9a1c3ee0dcd4e33460ae0b638c417f93b8eb3fc7 Mon Sep 17 00:00:00 2001 From: adjoly Date: Tue, 17 Jun 2025 19:15:47 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=97=91=EF=B8=8F=E3=80=8D=20clean?= =?UTF-8?q?:=20removed=20debug=20print?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/Route.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/Route.cpp b/src/config/Route.cpp index 5716a49..74067c2 100644 --- a/src/config/Route.cpp +++ b/src/config/Route.cpp @@ -93,7 +93,6 @@ Route::Route(toml::ANode *table) : _max_body(10485760) { _methods[2] = false; return; } - std::cout << "tat me re " << std::endl; val = accessValue("redirect", toml::STRING, _table, _log); if (val != not_nullptr) { _root = *static_cast(val);