From 3f560180b7713428979732fb705151340131aaed Mon Sep 17 00:00:00 2001 From: import this <97586125+serinko@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:35:42 +0000 Subject: [PATCH] remove redundant Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- scripts/nym-node-setup/quic_bridge_deployment.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/nym-node-setup/quic_bridge_deployment.sh b/scripts/nym-node-setup/quic_bridge_deployment.sh index f0a3de83df..d6fb15cb2e 100644 --- a/scripts/nym-node-setup/quic_bridge_deployment.sh +++ b/scripts/nym-node-setup/quic_bridge_deployment.sh @@ -32,9 +32,6 @@ log() { # simple redirection that keeps function scope intact add_log_redirection() { - # Preserve original stdout (fd 1) and stderr (fd 2) in file descriptors 3 and 4 - # before redirection, to support potential future use cases where the original streams are needed. - exec 3>&1 4>&2 exec > >(tee -a "$LOG_FILE") 2>&1 } add_log_redirection