diff --git a/modules/API/API.js b/modules/API/API.js index d7c71abd9c..47d10e5e4f 100644 --- a/modules/API/API.js +++ b/modules/API/API.js @@ -1126,12 +1126,7 @@ class API { this.notifyBrowserSupport(isSupportedBrowser()); // Let the embedder know we are ready. - this._sendEvent({ - name: 'ready', - - // XXX: Here we are using window.config since this is fired really early. - info: window.config.deploymentInfo - }); + this._sendEvent({ name: 'ready' }); } /**