Skip to content

Commit e41374f

Browse files
committed
removed console.log
1 parent 4b5a583 commit e41374f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/components/mock-components/front-low-wireframes-components/text-scribbled-shape/text-scribbled-shape.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const TextScribbled = forwardRef<any, ShapeProps>((props, ref) => {
4242
const { width: restrictedWidth, height: restrictedHeight } = restrictedSize;
4343

4444
const pathData = useMemo(() => {
45-
console.log('Calculating path data', restrictedWidth);
4645
return calculatePath(restrictedWidth, restrictedHeight, id);
4746
}, [restrictedWidth]);
4847

0 commit comments

Comments
 (0)