Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-bizfactory committed Aug 28, 2023
1 parent 3513533 commit 3b3ec99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/js/tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ const Tooltip = () => {
);

const highlightRegex = useMemo(() => {
console.log("words", words);
return words.length > 0
? new RegExp(words.filter((word) => word.length > 0).join("|"), "gi")
: null;
Expand Down

0 comments on commit 3b3ec99

Please sign in to comment.