Remove some debugging code inadverently left in __fish_complete_cd.fish

This commit is contained in:
ridiculousfish 2013-02-11 14:42:23 -08:00
parent d46859b9e8
commit 41fc3bcb74

View File

@ -1,8 +1,3 @@
function __fish_complete_cd -d "Completions for the cd command"
false
end
function __fish_complete_cd -d "Completions for the cd command"
#
# We can't simply use __fish_complete_directories because of the CDPATH
@ -52,4 +47,3 @@ function __fish_complete_cd -d "Completions for the cd command"
builtin cd $wd
end