mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
console: remove debug output
This commit is contained in:
parent
a9fc6b7bb8
commit
96d41010ff
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue