Skip to content

Commit e6a967e

Browse files
committed
cleanup
1 parent e41374f commit e6a967e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ export const TextScribbled = forwardRef<any, ShapeProps>((props, ref) => {
4545
return calculatePath(restrictedWidth, restrictedHeight, id);
4646
}, [restrictedWidth]);
4747

48-
//const pathData = calculatePath(restrictedWidth, restrictedHeight, id);
49-
5048
return (
5149
<Group {...commonGroupProps} {...shapeProps}>
5250
<Path

0 commit comments

Comments
 (0)