Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Jul 24, 2023
1 parent dbd6817 commit b2650af
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ const LabelText = memo(function LabelText(props: LabelTextProps) {
const xHtmlString = getXHtmlString(qItem);

if (xHtmlString) {
if (qItem.text === 'Alert') {
console.log(xHtmlString);
}
return <Box>{parse(xHtmlString)}</Box>;
}

Expand Down

0 comments on commit b2650af

Please sign in to comment.