Skip to content

Commit 9ee830b

Browse files
removed console log
1 parent ef9c40d commit 9ee830b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/projects/projectId/playground/QuestionHistory.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export default function QuestionHistory(props: QuestionHistoryProps) {
2727
}, [projectId, props.refetchHistory]);
2828

2929
function handleHistoryClick(entry: string) {
30-
console.log(entry)
3130
props.setQuestion(entry);
3231
setShowHistory(false);
3332
}

0 commit comments

Comments
 (0)