wireguard: remove misspelled debugging line
authorJason A. Donenfeld <redacted>
Wed, 14 Jun 2017 01:15:27 +0000 (03:15 +0200)
committerGitHub <redacted>
Wed, 14 Jun 2017 01:15:27 +0000 (03:15 +0200)
There are no other "echo" debug lines in this file, and it seems
clear that this one was accidentally left as a debugging line,
since it misspelled "dependency". So, we just remove this line.

We don't bump the package version, though, because this is
pretty inconsequential.

Signed-off-by: Jason A. Donenfeld <redacted>
net/wireguard/files/wireguard.sh

index d862c1021ea6f0023a9e449a0e980a76138e4b5b..a826688d754670be01c862a1ae5d65ba51387dfa 100644 (file)
@@ -168,7 +168,6 @@ proto_wireguard_setup() {
     sed -E 's/\[?([0-9.:a-f]+)\]?:([0-9]+)/\1 \2/' | \
     while IFS=$'\t ' read -r key address port; do
     [ -n "${port}" ] || continue
-    echo "adding host depedency for ${address} at ${config}"
     proto_add_host_dependency "${config}" "${address}"
   done
 
git clone https://git.99rst.org/PROJECT