(core) Remove deprecated code

Summary:
The removed code is no longer reachable now that a new version of the plugin
API is being served by Grist on production.

Test Plan: Existing tests.

Reviewers: jarek

Reviewed By: jarek

Subscribers: jarek

Differential Revision: https://phab.getgrist.com/D4081
This commit is contained in:
George Gevoian
2023-10-17 23:25:33 -04:00
parent 91eabb6b0c
commit f6256646ef
3 changed files with 3 additions and 10 deletions

View File

@@ -247,6 +247,8 @@ async function getMappingsIfChanged(data: any): Promise<WidgetColumnMap|null> {
* Used by tests to wait for all pending requests to settle.
*
* TODO: currently only waits for requests for mappings.
*
* @internal
*/
export async function testWaitForPendingRequests() {
return await _activeRefreshReq;