mirror of
https://github.com/element-hq/element-web.git
synced 2024-11-30 23:31:28 +03:00
Comment logging.
This commit is contained in:
parent
d652f117fb
commit
7b313b7acf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue