Remove debug prints

This commit is contained in:
Tulir Asokan 2018-04-18 14:48:25 +03:00
parent bb36996194
commit 670d369c92

View File

@ -334,8 +334,6 @@ func (c *Container) SendMarkdownMessage(roomID, msgtype, text string) (string, e
if html == text {
return c.SendMessage(roomID, msgtype, text)
}
debug.Print(html)
debug.Print(text)
c.SendTyping(roomID, false)
resp, err := c.client.SendMessageEvent(roomID, "m.room.message",