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 committed by Jorge Bucaran
parent e034602bd8
commit 87f0d7f42e

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'