From 5ce5ab1b1d96b45d20a0fb86c6b92d94df172f0b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 25 Oct 2025 06:12:50 -0400 Subject: [PATCH] remove redundant comment --- doc/special_remotes/p2p/git-annex-p2p-iroh | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/special_remotes/p2p/git-annex-p2p-iroh b/doc/special_remotes/p2p/git-annex-p2p-iroh index 545bdc4166..b1969c7380 100755 --- a/doc/special_remotes/p2p/git-annex-p2p-iroh +++ b/doc/special_remotes/p2p/git-annex-p2p-iroh @@ -33,7 +33,6 @@ if [ "$1" = address ]; then else socketfile="$2" if [ -z "$socketfile" ]; then - # Connect to the peer's address and relay stdin and stdout. peeraddress="$1" dumbpipe connect "$peeraddress" else