From 0c1c3bf48e16d8114cf326403ec283abf82f6e58 Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Wed, 22 Apr 2020 18:07:41 +0000 Subject: [PATCH] removed debug statement --- commands.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands.go b/commands.go index 8ab8694..5b0f0a8 100644 --- a/commands.go +++ b/commands.go @@ -56,7 +56,6 @@ func (b *bot) handleMeeting(m chat1.MsgSummary) { b.k.ReactByConvID(m.ConvID, m.Id, "Error ID %s", eid) return } - b.debug("%+v", opts) // currently we aren't sending dial-in information, so don't get it just generate the name // use the simple method meeting, err := newJitsiMeetingSimple()