From feff16f3032f00a137d6afad675eccdfa44cf261 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 4 Sep 2023 15:34:48 +0300 Subject: [PATCH] Remove leftover debug print --- portal.go | 1 - 1 file changed, 1 deletion(-) diff --git a/portal.go b/portal.go index 38779fb..7b81ccc 100644 --- a/portal.go +++ b/portal.go @@ -3887,7 +3887,6 @@ func (portal *Portal) convertMatrixPollStart(_ context.Context, sender *User, ev if maxAnswers >= len(content.PollStart.Answers) || maxAnswers < 0 { maxAnswers = 0 } - fmt.Printf("%+v\n", content.PollStart) ctxInfo := portal.generateContextInfo(content.RelatesTo) var question string question, ctxInfo.MentionedJid = portal.msc1767ToWhatsApp(content.PollStart.Question, true)