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 * Called when widget iframe has finished loading
*/ */
_onLoaded() { _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 = new WidgetMessaging(this.props.id, this.refs.appFrame.contentWindow);
this.widgetMessaging.startListening(); this.widgetMessaging.startListening();
this.widgetMessaging.addEndpoint(this.props.id, this.props.url); this.widgetMessaging.addEndpoint(this.props.id, this.props.url);