removed logging
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
Scott E. Graves 2025-03-14 19:59:13 -05:00
parent 812f68422b
commit 6b629b81b4

View File

@ -271,8 +271,6 @@ void handlers::handle_post_add_mount(auto &&req, auto &&res) const {
auto name = req.get_param_value("name");
auto prov = provider_type_from_string(req.get_param_value("type"));
auto cfg = nlohmann::json::parse(req.get_param_value("config"));
fmt::println("config: {}-{}-{}", name, app_config::get_provider_name(prov),
cfg.dump(2));
launch_process(prov, name, "-gc");
for (const auto &[key, value] : cfg.items()) {