Skip to content

Commit acc44f3

Browse files
committed
Remove thing that prints BadgeLink path
1 parent 5edfdbc commit acc44f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/badgelink.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set -e
44
set -u
55

66
script_dir=$(dirname $(realpath $0))
7-
echo $script_dir
87

98
# Install the virtual environment if it does not exist
109
if [[ ! -d "$script_dir/.venv" ]]; then

0 commit comments

Comments
 (0)