From 91b208f2d468342e92e98894701d8f634fedde5f Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Wed, 18 Jan 2023 16:13:38 -0600 Subject: [PATCH] rm debug --- wiki-tools/brokenlinks.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/wiki-tools/brokenlinks.sh b/wiki-tools/brokenlinks.sh index 4e22af93..2ebecb90 100644 --- a/wiki-tools/brokenlinks.sh +++ b/wiki-tools/brokenlinks.sh @@ -126,7 +126,6 @@ checkurl() { fi # Get the selected file path, without the preceding ./ FILE=$(basename "$(echo "$FILES" | head -n "$PICK" | tail -n 1)" .md) - echo "foo $FILE" >&2 # Replace the old link with the new one. # Parentheses are placed around both the old link and new one in order to ensure we replace the link, # and not some other place in the file that happens to use the same words.