aboutsummaryrefslogtreecommitdiff
path: root/ui/view-main.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-03-26 22:09:10 +0200
committerTulir Asokan <tulir@maunium.net>2019-03-26 22:09:10 +0200
commitcc63a197c60bb77c2d020b525bae13d701ccf5a4 (patch)
treeb9bcee552a22bdfc546c71ad328cdebe96950036 /ui/view-main.go
parentc3c7cc9b3503417afe11a8067095534a751dfd04 (diff)
Change more things
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("")