Skip to content

Commit

Permalink
Fix: removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Apr 9, 2024
1 parent af08477 commit 9cd2872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/workspace/elements/text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const Text: React.FC<ITextProps> = forwardRef(
},
ref: any
) => {
console.log(color);
return (
<text
ref={ref}
Expand Down

0 comments on commit 9cd2872

Please sign in to comment.