Comment logging.

pull/21833/head
Richard Lewis 2018-01-04 23:00:10 +00:00
parent 57247493d9
commit 54d128658e
1 changed files with 1 additions and 1 deletions

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);