Skip to content

Commit

Permalink
Revert "feat(external-api) add deployment information to ready event"
Browse files Browse the repository at this point in the history
This reverts commit 6727004.
  • Loading branch information
saghul committed Jul 31, 2024
1 parent 7bc9913 commit e31aff5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions modules/API/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' });
}

/**
Expand Down

0 comments on commit e31aff5

Please sign in to comment.