mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-13 16:36:17 +02:00
Remove logging.
This commit is contained in:
parent
59f9e388d4
commit
ac36f93c3f
@ -195,9 +195,7 @@ function removeEndpoint(widgetId, endpointUrl) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.warn("Origin url:", u);
|
||||
const origin = u.protocol + '//' + u.host;
|
||||
|
||||
if (global.mxWidgetMessagingMessageEndpoints && global.mxWidgetMessagingMessageEndpoints.length > 0) {
|
||||
const length = global.mxWidgetMessagingMessageEndpoints.length;
|
||||
global.mxWidgetMessagingMessageEndpoints = global.mxWidgetMessagingMessageEndpoints.filter(function(endpoint) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user