Skip to content

Commit badefd0

Browse files
committed
fix: remove debug output
1 parent 1ba8ac7 commit badefd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/download

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ download_release "$ASDF_INSTALL_VERSION" "$release_file"
1818

1919
# Extract contents of tar.gz file into the download directory
2020
tar -xzf "$release_file" -C "$ASDF_DOWNLOAD_PATH" || fail "Could not extract $release_file"
21-
ls -la "$release_file"
2221
chmod +x "$ASDF_DOWNLOAD_PATH/${TOOL_NAME}"
23-
ls -la "$ASDF_DOWNLOAD_PATH/${TOOL_NAME}"
2422

2523
# Remove the tar.gz file since we don't need to keep it
2624
rm "$release_file"

0 commit comments

Comments
 (0)