Remove debug in cli-completion

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2323 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-09-25 09:40:10 +00:00
parent da21d8ba8d
commit 6ddce8a705

View File

@@ -23,7 +23,6 @@ _cli.php()
EXPERT=""
fi
echo "COMP_CWORD=$COMP_CWORD" >> /tmp/debug
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
ante="${COMP_WORDS[COMP_CWORD-2]}"