From e376e19c2cf80aaf0c150b314a47af2071509636 Mon Sep 17 00:00:00 2001 From: Benjamin Goering Date: Sat, 4 Feb 2017 01:00:46 +0800 Subject: [PATCH] remove console.log from coral-embed-api --- client/coral-embed-api/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/coral-embed-api/index.js b/client/coral-embed-api/index.js index efc60ee75..1eccc7ffa 100644 --- a/client/coral-embed-api/index.js +++ b/client/coral-embed-api/index.js @@ -42,7 +42,6 @@ * stream will replies to this asset */ Talk.render = function (el, opts) { - console.log('Coral.Talk.render()', el, opts); if ( ! el) { throw new Error('Please provide Coral.Talk.render() the HTMLElement you want to render Talk in.'); }