Remove debug messages from install-language-servers.sh

This commit is contained in:
ViViDboarder 2023-06-12 11:07:08 -07:00
parent 3f444b9dc1
commit 56c03f30c5
1 changed files with 0 additions and 3 deletions

View File

@ -14,14 +14,11 @@ while [[ $# -gt 0 ]]; do
;;
*)
VIM_LANGS+=("$1")
echo "Read arg $1"
;;
esac
shift
done
echo "Langs! ${VIM_LANGS[*]}"
function want_lang() {
if [ "${#VIM_LANGS[@]}" -eq 0 ]; then
return 0