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);