Skip to content

Commit

Permalink
Remove leftover debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 4, 2023
1 parent 1ccd166 commit feff16f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion portal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit feff16f

Please sign in to comment.