console: remove debug output

This commit is contained in:
Felix Lange 2020-04-03 16:48:03 +02:00
parent a9fc6b7bb8
commit 96d41010ff

View file

@ -370,7 +370,6 @@ func (c *Console) Interactive() {
return
case err := <-inputErr:
fmt.Printf("input: %q, err: %q\n", input, err)
if err == liner.ErrPromptAborted && indents > 0 {
// When prompting for multi-line input, the first Ctrl-C resets
// the multi-line state.