Revert "feat(external-api) add deployment information to ready event"

This reverts commit 6727004930.
This commit is contained in:
Saúl Ibarra Corretgé
2024-07-31 17:01:11 +02:00
parent 7bc9913b29
commit e31aff5afd

View File

@@ -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' });
}
/**