Skip to content

Commit 9a90000

Browse files
committed
remove console.log
1 parent 0624df1 commit 9a90000

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/insight-text.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const rankingPattern = Object.values(RANK_DESCRIPTIONS)
2424
.join('|');
2525

2626
const InsightText: React.FC<InsightTextProps> = ({ insight }) => {
27-
console.log('render');
2827
const { text, data } = insight;
2928
const login = data?.user?.login;
3029

0 commit comments

Comments
 (0)