diff --git a/fishd.c b/fishd.c index e9003bc17..217b123fe 100644 --- a/fishd.c +++ b/fishd.c @@ -237,8 +237,6 @@ static void broadcast( int type, const wchar_t *key, const wchar_t *val ) connection_t *c; message_t *msg; - debug( 1, L"Got message %d %ls %ls", type, key, val ); - if( !conn ) return; diff --git a/init/fish_complete.fish b/init/fish_complete.fish index 077142171..8a566a3b3 100644 --- a/init/fish_complete.fish +++ b/init/fish_complete.fish @@ -180,7 +180,7 @@ end # Completions for the shell and it's builtin commands and functions # -for i in (builtin -n|grep -ve '(while|for|if|function|switch)' ) +for i in (builtin -n|grep -vE '(while|for|if|function|switch)' ) complete -c $i -s h -l help -d "Display help and exit" end