diff --git a/input.go b/input.go index 2fddff5b..89ebcbcd 100644 --- a/input.go +++ b/input.go @@ -200,8 +200,6 @@ func (i *Input) Prompt(config *PromptConfig) (interface{}, error) { lineStr := i.answer - i.AppendRenderedText(lineStr) - // we're done return lineStr, err }