Skip to content

Commit 2fe2c41

Browse files
committed
fix(PR-re-review): removed EXIT_DIAG debug entirely
1 parent eff7707 commit 2fe2c41

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/domain_fronter.rs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,15 +2685,7 @@ impl DomainFronter {
26852685
let app_body = self
26862686
.send_prebuilt_payload_through_relay(outer_payload)
26872687
.await?;
2688-
2689-
// temporary diagnostics for exit-node response debugging.
2690-
// Logs the raw app_body before parse_exit_node_response() is called.
2691-
tracing::debug!(
2692-
"EXIT_DIAG app_body len={} first_200={:?}",
2693-
app_body.len(),
2694-
String::from_utf8_lossy(&app_body[..app_body.len().min(200)])
2695-
);
2696-
2688+
26972689
let result = parse_exit_node_response(&app_body);
26982690
result
26992691
}

0 commit comments

Comments
 (0)