summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/webserver_main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/webserver_main.cpp b/src/webserver_main.cpp
index b13ab270ec..a7f06b8e76 100644
--- a/src/webserver_main.cpp
+++ b/src/webserver_main.cpp
@@ -64,8 +64,6 @@ inline void setupSocket(crow::App& app)
static int run()
{
- crow::Logger::setLogLevel(crow::LogLevel::Debug);
-
auto io = std::make_shared<boost::asio::io_context>();
App app(io);