stray debug message

This commit is contained in:
Jack L. Frost 2015-01-27 23:58:06 +03:00
parent b484a167f4
commit 048d64fc46
1 changed files with 0 additions and 2 deletions

2
zpac
View File

@ -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 "$?"