Remove debug statements inside __fisher_deps_install to avoid Spin fail.

pull/445/head
Jorge Bucaran 9 years ago
parent aae66ae0d8
commit c11774c525
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -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'

Loading…
Cancel
Save