Deleted unneccessary comment

This commit is contained in:
Kevin Veen-Birkenbach 2020-06-11 15:34:08 +02:00
parent 36620d9fa2
commit b3ac70d45a

View File

@ -97,7 +97,6 @@ get_packages(){
for package_collection in "$@"
do
package_collection_path="$PACKAGE_PATH""$package_collection.txt" &&
#info "Loading package collection from $package_collection_path..." &&
echo "$(sed -e "/^#/d" -e "s/#.*//" "$package_collection_path" | tr '\n' ' ')" ||
error
done