mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix: remove unused log (#1305)
This commit is contained in:
@@ -93,7 +93,6 @@ export async function refreshDataCenter(signal?: AbortSignal) {
|
||||
break;
|
||||
}
|
||||
const oldData = dataCenter.workspaces;
|
||||
oldData.forEach(d => console.log(d.blockSuiteWorkspace.doc.toJSON()));
|
||||
await plugin.prefetchData(dataCenter, signal);
|
||||
const newData = dataCenter.workspaces;
|
||||
if (!Object.is(oldData, newData)) {
|
||||
|
||||
Reference in New Issue
Block a user