Skip to content

Commit 6b327f6

Browse files
committed
Remove console log
1 parent d8e439d commit 6b327f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/components/collab/question-display.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export default function QuestionDisplay({
4646
useEffect(() => {
4747
async function fetchQuestion() {
4848
try {
49-
console.log(auth);
5049
if (!auth || !auth.token) {
5150
toast({
5251
title: "Access denied",

0 commit comments

Comments
 (0)