mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Removed test print
This commit is contained in:
parent
78c7186897
commit
c7001f81fc
@ -2058,8 +2058,6 @@ TEST_CASE("stream_response")
|
||||
for (size_t i = 0; i < repetitions; i++)
|
||||
key_response += keyword_;
|
||||
|
||||
CROW_LOG_CRITICAL << "RES LENGTH: " << key_response.length();
|
||||
|
||||
CROW_ROUTE(app, "/test")
|
||||
([&key_response](const crow::request&, crow::response& res) {
|
||||
res.body = key_response;
|
||||
|
Loading…
Reference in New Issue
Block a user