diff --git a/scripts/base.sh b/scripts/base.sh index 67e15c0..aae9d51 100644 --- a/scripts/base.sh +++ b/scripts/base.sh @@ -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