We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e439d commit 6b327f6Copy full SHA for 6b327f6
frontend/components/collab/question-display.tsx
@@ -46,7 +46,6 @@ export default function QuestionDisplay({
46
useEffect(() => {
47
async function fetchQuestion() {
48
try {
49
- console.log(auth);
50
if (!auth || !auth.token) {
51
toast({
52
title: "Access denied",
0 commit comments