remove console.log from coral-embed-api

This commit is contained in:
Benjamin Goering
2017-02-04 01:00:46 +08:00
parent f7cddad659
commit e376e19c2c
-1
View File
@@ -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.');
}