From 51a24c653f527fcddb8b313679e1886ada7d1126 Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Fri, 13 Sep 2024 20:54:11 +0200 Subject: [PATCH] cleanup --- helper.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/helper.sh b/helper.sh index 2881ac9..8090ec9 100755 --- a/helper.sh +++ b/helper.sh @@ -32,8 +32,6 @@ function _formatted_find() { function _set_weights() { for package in "${!_etools_packages[@]}"; do - # $function "$key" - # TODO: figure out why this is not in scope for regex in ${!package_weights[@]}; do if [[ ${package//\"/} =~ ^*${regex}*$ ]]; then _etools_packages[${package//\"/}]=${package_weights[$regex]}