remove redundant comment

This commit is contained in:
Joey Hess 2025-10-25 06:12:50 -04:00
commit 5ce5ab1b1d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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