remove debug logging
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-03-21 22:31:36 -05:00
parent 959d904961
commit 40e57f3262

View File

@ -572,7 +572,6 @@ auto handlers::launch_process(provider_type prov, std::string_view name,
std::vector<const char *> exec_args;
exec_args.reserve(args.size() + 1U);
for (const auto &arg : args) {
fmt::println("{}", arg);
exec_args.push_back(arg.c_str());
}
exec_args.push_back(nullptr);