diff --git a/src/envprobe/shell/zsh.py b/src/envprobe/shell/zsh.py index 9893b2b..b1ab4b7 100644 --- a/src/envprobe/shell/zsh.py +++ b/src/envprobe/shell/zsh.py @@ -58,7 +58,6 @@ def get_shell_hook(self, envprobe_callback_location): local CONTROL=""; envprobe-config consume | IFS= read -rd '' CONTROL; - echo "$CONTROL" >&2; eval "$CONTROL"; return $original_retcode;