You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Comment logging.
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user