aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-18 14:48:25 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-18 14:48:25 +0300
commit670d369c92bc3c450071c1a10ec5d034a53258ea (patch)
tree7232c75cf412f14acd042ff464a540e8919b743f
parentbb36996194492db6cc17f9cfd91769f31df7003b (diff)
Remove debug prints
-rw-r--r--matrix/matrix.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/matrix/matrix.go b/matrix/matrix.go
index 3c97dbb..a2e3767 100644
--- a/matrix/matrix.go
+++ b/matrix/matrix.go
@@ -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",