fix: remove console

This commit is contained in:
alt0
2022-10-11 10:24:09 +08:00
parent 19ce4a1d56
commit db44f619f2
2 changed files with 0 additions and 3 deletions
@@ -128,7 +128,6 @@ export const useShapes = (workspace: string, rootBlockId: string) => {
return acc;
}, {} as Record<string, TDShape>);
console.log('useShapes', blocksShapes);
return {
shapes: blocksShapes,