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.
2 parents 781ffcc + 9a38076 commit 31533dbCopy full SHA for 31533db
src/core/pipeline_runner.rs
@@ -366,11 +366,6 @@ impl DockerPipelineRunner {
366
.context(selector::AgentCommunicationFailure {})?;
367
368
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
- );
374
// Extract the message from the payload
375
let packets: Vec<Packet> = serde_json::from_slice(&payload.payload().to_bytes())?;
376
0 commit comments