Remove logging.

pull/21833/head
Richard Lewis 2017-12-05 00:11:01 +00:00
parent 49a2985515
commit 59f9e388d4
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ function onMessage(event) {
const action = event.data.action;
const widgetId = event.data.widgetId;
if (action === 'content_loaded') {
console.warn("Widget content loaded", widgetId);
dis.dispatch({
action: 'widget_content_loaded',
widgetId: widgetId,