Remove debugging logs.

This commit is contained in:
Jorge Bucaran 2016-02-05 20:41:28 +09:00
parent 6970887ef9
commit 9f23f4318d
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

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