diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 3ca28aef..d594d7d1 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -68,11 +68,9 @@ _post_kvs(const httplib::Request &req_, for(const auto &[key,val] : j.items()) { - + std::cout << "Updated " << key << " to " << value << std::endl; } - std::cout << "Updated " << key << " to " << value << std::endl; - res_.set_content("{}", "application/json"); } catch (const std::exception& e)