1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Remove logging.

This commit is contained in:
Richard Lewis
2017-12-05 00:11:01 +00:00
parent 49a2985515
commit 59f9e388d4

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,