chore: remove awareness sync since it's not used (#9563)

This commit is contained in:
Saul-Mirone
2025-01-07 06:12:08 +00:00
parent 0d2eb64817
commit 26fb9d148c
6 changed files with 7 additions and 67 deletions

View File

@@ -147,10 +147,6 @@ export class TestDoc implements Doc {
return this._collection;
}
get docSync() {
return this.workspace.docSync;
}
get history() {
return this._history;
}