1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

Comment logging.

This commit is contained in:
Richard Lewis
2018-01-04 23:00:10 +00:00
parent 57247493d9
commit 54d128658e

View File

@@ -333,7 +333,7 @@ export default React.createClass({
* Called when widget iframe has finished loading
*/
_onLoaded() {
console.warn("App frame loaded", this.props.id);
// console.warn("App frame loaded", this.props.id);
this.widgetMessaging = new WidgetMessaging(this.props.id, this.refs.appFrame.contentWindow);
this.widgetMessaging.startListening();
this.widgetMessaging.addEndpoint(this.props.id, this.props.url);