aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",