summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8e20381..6b38330 100644
--- a/main.go
+++ b/main.go
@@ -172,7 +172,6 @@ func main() {
return nil
}
if event.Key() == tcell.KeyF3 {
- // TODO: delete last n messages
// modal window with input field
chatBody.Messages = chatBody.Messages[:len(chatBody.Messages)-1]
textView.SetText(chatToText(showSystemMsgs))