Remove debug from __fisher_deps_install.

This commit is contained in:
Jorge Bucaran 2016-03-01 18:19:00 +09:00
parent 5cfb18740a
commit dbd04352fa
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -1,7 +1,6 @@
function __fisher_deps_install -a path
for file in $path/{fishfile,bundle}
if test -s $file
debug "Install deps %s" "$file"
fisher_install < $file | sed -En 's/^.+([0-9]+) plugin\/s.*/\1/p'
end
end | awk '{ n = n + $0 } END { print n ? n : 0 }'