removed debug statement

This commit is contained in:
2020-04-22 18:07:41 +00:00
parent ada77628c8
commit 0c1c3bf48e

View File

@ -56,7 +56,6 @@ func (b *bot) handleMeeting(m chat1.MsgSummary) {
b.k.ReactByConvID(m.ConvID, m.Id, "Error ID %s", eid) b.k.ReactByConvID(m.ConvID, m.Id, "Error ID %s", eid)
return return
} }
b.debug("%+v", opts)
// currently we aren't sending dial-in information, so don't get it just generate the name // currently we aren't sending dial-in information, so don't get it just generate the name
// use the simple method // use the simple method
meeting, err := newJitsiMeetingSimple() meeting, err := newJitsiMeetingSimple()