Skip to content

Commit 68686f9

Browse files
committed
removing debug logs now that problem seems fixed
1 parent 121cbe9 commit 68686f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/DistributedPipelineHandle.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ void DistributedPipelineHandle::start(uint64_t iteration) {
110110
retry = true;
111111
}
112112
} else {
113-
spdlog::debug("Pipeline started at {}", static_cast<std::string>(p.self->m_ph));
114113
started.push_back(&p);
115114
}
116115
}
@@ -121,7 +120,6 @@ void DistributedPipelineHandle::start(uint64_t iteration) {
121120
if(!ok) { // one RPC failed to be sent, send "abort to the
122121
for(auto pipeline : started) {
123122
try {
124-
spdlog::debug("Sending abort message to pipeline");
125123
auto async_response = abort.on(pipeline->self->m_ph).async(pipeline->self->m_name, iteration);
126124
async_responses.push_back(std::move(async_response));
127125
} catch(...) {

0 commit comments

Comments
 (0)