Skip to content

Commit 31533db

Browse files
committed
Merge branch 'runner' into test_split
2 parents 781ffcc + 9a38076 commit 31533db

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/core/pipeline_runner.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,6 @@ impl DockerPipelineRunner {
366366
.context(selector::AgentCommunicationFailure {})?;
367367

368368
while let Ok(payload) = subscriber.recv_async().await {
369-
println!(
370-
"Received output from node {}: {}",
371-
node_id,
372-
String::from_utf8_lossy(&payload.payload().to_bytes())
373-
);
374369
// Extract the message from the payload
375370
let packets: Vec<Packet> = serde_json::from_slice(&payload.payload().to_bytes())?;
376371

0 commit comments

Comments
 (0)