From 9f23f4318db9cae9a7bcef7d92393212fa052323 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 5 Feb 2016 20:41:28 +0900 Subject: [PATCH] Remove debugging logs. --- functions/__fisher_plugin_walk.fish | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/__fisher_plugin_walk.fish b/functions/__fisher_plugin_walk.fish index 7ddac59..5b95581 100644 --- a/functions/__fisher_plugin_walk.fish +++ b/functions/__fisher_plugin_walk.fish @@ -3,8 +3,6 @@ function __fisher_plugin_walk -a plugin path set -l name (basename $file .fish) set -l base $name.fish - echo (set_color red)$file(set_color normal) > /dev/stderr - switch $file case \*/{fish_user_,}key_bindings.fish printf "%s %s %s\n" --bind $file