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