From 806f0f1bf0fedcbeb526b11ab4f1d0d4c89e23e1 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 22 Feb 2020 01:30:43 +0200 Subject: Make invites mostly work --- ui/room-list.go | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/room-list.go') diff --git a/ui/room-list.go b/ui/room-list.go index 31e4c2a..1e1d1b0 100644 --- a/ui/room-list.go +++ b/ui/room-list.go @@ -138,7 +138,6 @@ func (list *RoomList) checkTag(tag string) { //delete(list.items, tag) ok = false } - debug.Print("Checking", tag, index, trl.IsEmpty(), ok) if ok && index == -1 { list.tags = append(list.tags, tag) -- cgit v1.2.3