We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121cbe9 commit 68686f9Copy full SHA for 68686f9
src/DistributedPipelineHandle.cpp
@@ -110,7 +110,6 @@ void DistributedPipelineHandle::start(uint64_t iteration) {
110
retry = true;
111
}
112
} else {
113
- spdlog::debug("Pipeline started at {}", static_cast<std::string>(p.self->m_ph));
114
started.push_back(&p);
115
116
@@ -121,7 +120,6 @@ void DistributedPipelineHandle::start(uint64_t iteration) {
121
120
if(!ok) { // one RPC failed to be sent, send "abort to the
122
for(auto pipeline : started) {
123
try {
124
- spdlog::debug("Sending abort message to pipeline");
125
auto async_response = abort.on(pipeline->self->m_ph).async(pipeline->self->m_name, iteration);
126
async_responses.push_back(std::move(async_response));
127
} catch(...) {
0 commit comments