diff --git a/bin/pyenv-sh-activate b/bin/pyenv-sh-activate index 08a666d..7d17293 100755 --- a/bin/pyenv-sh-activate +++ b/bin/pyenv-sh-activate @@ -225,9 +225,6 @@ if [ -z "${PYENV_VIRTUALENV_DISABLE_PROMPT}" ]; then fi ;; * ) - if [ -z "${QUIET}" ]; then - echo "pyenv-virtualenv: prompt changing will be removed from future release. configure \`export PYENV_VIRTUALENV_DISABLE_PROMPT=1' to simulate the behavior." 1>&2 - fi cat <