Removed Debug Output

Removed debug output of command which was still in there
fix-tmux-next-3dot4
Matthias Bilger 10 years ago
parent d78cd0f8e1
commit a772fce3e2

@ -37,7 +37,6 @@ function! VimuxRunCommand(command, ...)
let g:VimuxLastCommand = a:command
call VimuxSendKeys(resetSequence)
echo a:command
call VimuxSendText(a:command)
if l:autoreturn == 1

Loading…
Cancel
Save