Skip to content

Commit b3f9813

Browse files
committed
Remove console.log
1 parent 8049a15 commit b3f9813

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/services/question-service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export async function fetchQuestions(pageNum: number = 0): Promise<IGetQuestions
3535
return questionApiClient
3636
.get(QUESTION_SERVICE_ROUTES.GET_QUESTIONS + `?${params}`)
3737
.then((res) => {
38-
console.log(res.data);
3938
return res.data as IGetQuestionsResponse;
4039
})
4140
.catch((err) => {

0 commit comments

Comments
 (0)