aboutsummaryrefslogtreecommitdiff
path: root/ui/view-main.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/view-main.go')
-rw-r--r--ui/view-main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/view-main.go b/ui/view-main.go
index 2cbd203..d081d13 100644
--- a/ui/view-main.go
+++ b/ui/view-main.go
@@ -155,7 +155,6 @@ func (view *MainView) InputSubmit(roomView *RoomView, text string) {
cmd := view.cmdProcessor.ParseCommand(roomView, text)
go view.cmdProcessor.HandleCommand(cmd)
} else {
- debug.Print(text)
view.SendMessage(roomView, text)
}
roomView.SetInputText("")