You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Silence another console.warn that should have been a log
This commit is contained in:
@@ -100,7 +100,7 @@ export default class FromWidgetPostMessageApi {
|
|||||||
console.warn('Add FromWidgetPostMessageApi - Endpoint already registered');
|
console.warn('Add FromWidgetPostMessageApi - Endpoint already registered');
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
console.warn(`Adding fromWidget messaging endpoint for ${widgetId}`, endpoint);
|
console.log(`Adding fromWidget messaging endpoint for ${widgetId}`, endpoint);
|
||||||
this.widgetMessagingEndpoints.push(endpoint);
|
this.widgetMessagingEndpoints.push(endpoint);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user