diff --git a/bin/devset.sh b/bin/devset.sh index 0ac9f12..c17c4e2 100755 --- a/bin/devset.sh +++ b/bin/devset.sh @@ -43,8 +43,6 @@ function add_to_path() { if ! path_contains "$bin_path"; then export PATH="$bin_path:$PATH" echo "✅ ${head_success}: '$bin_path' ${head_002}" - else - echo "ℹ️ ${head_info}: '$bin_path' ${head_002}" fi }