remove comment

This commit is contained in:
Lucas Gravley 2020-07-21 09:22:42 -05:00
parent eaad677b54
commit 4d079ba298

View file

@ -876,7 +876,6 @@ Footer() {
# Need to clean up the lanuage array of duplicates #
####################################################
mapfile -t UNIQUE_LINTED_ARRAY < <(echo "${LINTED_LANGUAGES_ARRAY[@]}" | tr ' ' '\n' | sort -u | tr '\n' ' ')
# UNIQUE_LINTED_ARRAY=($(echo "${LINTED_LANGUAGES_ARRAY[@]}" | tr ' ' '\n' | sort -u | tr '\n' ' '))
##############################
# Prints for errors if found #