diff --git a/console/console.go b/console/console.go index 93a77da35a..e2b4835e46 100644 --- a/console/console.go +++ b/console/console.go @@ -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.