Remove debug statements inside __fisher_deps_install to avoid Spin fail.

This commit is contained in:
Jorge Bucaran 2016-02-24 08:46:14 +09:00
parent aae66ae0d8
commit c11774c525
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -1,6 +1,4 @@
function __fisher_deps_install -a path
debug "Install dependencies in '%s'" "$path"
for file in $path/{fishfile,bundle}
if test -s $file
fisher_install < $file | sed -En 's/^.+([0-9]+) plugin\/s.*/\1/p'