branch: elpa/bash-completion
commit 5b621db96efc549c64436011a81fd658c6dcf6a0
Author: Terje Sannum <[email protected]>
Commit: GitHub <[email protected]>
fix: remove debug statement (#81)
---
bash-completion.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/bash-completion.el b/bash-completion.el
index d3f002b4e36..27e27c111b1 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -1550,7 +1550,6 @@ Return the status code of the command, as a number."
" history -d $c &>/dev/null || true;"
"} ; function __ebcret {"
" PS1=\"$(eval \"echo \\\"${__ebcp[0]}\\\"\")\";"
- " echo >>/tmp/debug \">>$PS1<<\";"
" __ebcret=$1;"
" echo \"==emacs==ret=${__ebcret}==.\";"
" return ${__ebcp[2]};"