Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jq1836 committed Nov 5, 2024
1 parent d8e439d commit 6b327f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/components/collab/question-display.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default function QuestionDisplay({
useEffect(() => {
async function fetchQuestion() {
try {
console.log(auth);
if (!auth || !auth.token) {
toast({
title: "Access denied",
Expand Down

0 comments on commit 6b327f6

Please sign in to comment.