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 8049a15 commit b3f9813Copy full SHA for b3f9813
frontend/src/services/question-service.ts
@@ -35,7 +35,6 @@ export async function fetchQuestions(pageNum: number = 0): Promise<IGetQuestions
35
return questionApiClient
36
.get(QUESTION_SERVICE_ROUTES.GET_QUESTIONS + `?${params}`)
37
.then((res) => {
38
- console.log(res.data);
39
return res.data as IGetQuestionsResponse;
40
})
41
.catch((err) => {
0 commit comments