Comment logging.

This commit is contained in:
Richard Lewis 2018-01-04 22:38:52 +00:00
parent d652f117fb
commit 7b313b7acf

View file

@ -254,7 +254,7 @@ export default class WidgetMessaging extends MatrixPostMessageApi {
console.warn("Endpoint already registered");
return;
} else {
console.warn(`Adding widget messaging endpoint for ${widgetId}`);
// console.warn(`Adding widget messaging endpoint for ${widgetId}`);
global.mxWidgetMessagingMessageEndpoints.push(endpoint);
}
}