diff --git a/zpac b/zpac index 760d6fe..028d7be 100755 --- a/zpac +++ b/zpac @@ -86,8 +86,6 @@ aur.get() { if (( aur_deps_count )); then aur_deps=$( jshon -e results -a -e Name -u <<< "$aur_deps_api_data" ) - echo "${aur_deps[@]}" - for i in "${aur_deps[@]}"; do aur.get < <(aur.info "$i") || { return "$?"