Skip to content

Commit

Permalink
Remove forgotten debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
toothbrush committed Jan 23, 2024
1 parent 737a12f commit c52943a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/functions/versions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ version_command() {
if ! (check_if_version_exists "$plugin_name" "$version"); then
auto_install=$(get_asdf_config_value "local_command_auto_install_missing_version")
if [[ "$auto_install" == "yes" ]]; then
echo "install_tool_version $plugin_name $version"
install_tool_version "$plugin_name" "$version"
else
version_not_installed_text "$plugin_name" "$version" 1>&2
Expand Down

0 comments on commit c52943a

Please sign in to comment.