🗑️」 clean: removed debug print

This commit is contained in:
adjoly
2025-06-17 19:15:47 +02:00
parent d97dff90b7
commit 9a1c3ee0dc

View File

@ -93,7 +93,6 @@ Route::Route(toml::ANode *table) : _max_body(10485760) {
_methods[2] = false; _methods[2] = false;
return; return;
} }
std::cout << "tat me re " << std::endl;
val = accessValue("redirect", toml::STRING, _table, _log); val = accessValue("redirect", toml::STRING, _table, _log);
if (val != not_nullptr) { if (val != not_nullptr) {
_root = *static_cast<std::string *>(val); _root = *static_cast<std::string *>(val);