(core) Remove dead code for fetching snapshots

Summary: Deletes code which was previously only used by SharedSharing.ts, which was deleted in D2894

Test Plan: no

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D2960
This commit is contained in:
Alex Hall
2021-08-04 01:01:38 +02:00
parent 750c78763e
commit 5aed22dc1e
3 changed files with 0 additions and 45 deletions

View File

@@ -67,11 +67,6 @@ def run(sandbox):
def fetch_table_schema():
return eng.fetch_table_schema()
@export
def fetch_snapshot():
action_group = eng.fetch_snapshot()
return eng.acl_split(action_group).to_json_obj()
@export
def autocomplete(txt, table_id, column_id, user):
return eng.autocomplete(txt, table_id, column_id, user)