From c11774c525a319a101e36b0f483340ceb3685dc8 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 24 Feb 2016 08:46:14 +0900 Subject: [PATCH] Remove debug statements inside __fisher_deps_install to avoid Spin fail. --- functions/__fisher_deps_install.fish | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/__fisher_deps_install.fish b/functions/__fisher_deps_install.fish index 5e80ef7..65f2cce 100644 --- a/functions/__fisher_deps_install.fish +++ b/functions/__fisher_deps_install.fish @@ -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'