mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
fix: remove console
This commit is contained in:
@@ -128,7 +128,6 @@ export const useShapes = (workspace: string, rootBlockId: string) => {
|
||||
|
||||
return acc;
|
||||
}, {} as Record<string, TDShape>);
|
||||
console.log('useShapes', blocksShapes);
|
||||
|
||||
return {
|
||||
shapes: blocksShapes,
|
||||
|
||||
Reference in New Issue
Block a user