From 0a729a4001331f76e294db8e5310544f55d44490 Mon Sep 17 00:00:00 2001 From: Travis Swicegood Date: Mon, 13 Feb 2012 15:15:06 -0600 Subject: [PATCH] remove random debug comments --- plugins/available/z_autoenv.plugins.bash | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/available/z_autoenv.plugins.bash b/plugins/available/z_autoenv.plugins.bash index a145a39..04efa85 100644 --- a/plugins/available/z_autoenv.plugins.bash +++ b/plugins/available/z_autoenv.plugins.bash @@ -1,5 +1,4 @@ #!/usr/bin/env bash -echo "hi from autoenv" if [[ -n "${ZSH_VERSION}" ]] then __array_offset=0 else __array_offset=1 @@ -35,7 +34,6 @@ cd() { if builtin cd "$@" then - echo "running autoenv_init" autoenv_init return 0 else @@ -43,4 +41,3 @@ cd() return $? fi } -echo "cd has been replaced" -- 2.17.1