From d8372fa2a2fcd80721f93c90041788e58f693424 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Thu, 7 Jun 2018 16:13:20 +0000 Subject: [PATCH] cleanup --- .../imports/api/breakouts/server/handlers/breakoutJoinURL.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bigbluebutton-html5/imports/api/breakouts/server/handlers/breakoutJoinURL.js b/bigbluebutton-html5/imports/api/breakouts/server/handlers/breakoutJoinURL.js index c08142f86f..d0d6975024 100644 --- a/bigbluebutton-html5/imports/api/breakouts/server/handlers/breakoutJoinURL.js +++ b/bigbluebutton-html5/imports/api/breakouts/server/handlers/breakoutJoinURL.js @@ -8,7 +8,6 @@ export default function handleBreakoutJoinURL({ body }) { userId, breakoutId, } = body; - console.error(body); check(redirectToHtml5JoinURL, String);