diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-07-10 23:58:39 +0900 |
---|---|---|
committer | Filipe Brandenburger <filbranden@google.com> | 2018-07-10 23:24:39 -0700 |
commit | cbed8ff5a1fefbb0b1d1d45513933fe6c5f5ee50 (patch) | |
tree | 1bf8166006c5c5e562940b5489ec30a21f2bee9b /shell-completion/zsh | |
parent | 9eb0fc32d6cb63e71f2cfc1e7dd34c3ede4b48a3 (diff) | |
download | systemd-cbed8ff5a1fefbb0b1d1d45513933fe6c5f5ee50.tar.gz |
meson: drop redundant messages
Diffstat (limited to 'shell-completion/zsh')
-rw-r--r-- | shell-completion/zsh/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell-completion/zsh/meson.build b/shell-completion/zsh/meson.build index 7fc9fcfc71..792b06122f 100644 --- a/shell-completion/zsh/meson.build +++ b/shell-completion/zsh/meson.build @@ -3,8 +3,6 @@ zshcompletiondir = get_option('zshcompletiondir') if zshcompletiondir == '' zshcompletiondir = join_paths(datadir, 'zsh/site-functions') - - message('zsh completions: @0@'.format(zshcompletiondir)) endif if zshcompletiondir != 'no' |