Skip to content

Commit

Permalink
chore: remove debug code (#1203)
Browse files Browse the repository at this point in the history
Remove debug code.
  • Loading branch information
cgrindel authored Aug 18, 2024
1 parent 7441e2b commit 43fdb5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions do_renovate_post_upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ else
echo "Bazelisk was not found. Installing..."
npm install -g @bazel/bazelisk
npm_root="$(npm root -g)"
# DEBUG BEGIN
ls -l "${npm_root}" >&2
# DEBUG END
bazelisk="${npm_root}/@bazel/bazelisk/bazelisk-linux_amd64"
fi

Expand Down

0 comments on commit 43fdb5d

Please sign in to comment.