Skip to content

Commit

Permalink
fix(comments): remove extra console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zweihander-Main committed Nov 8, 2023
1 parent 6960fa1 commit 0f88cc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@ export const fetchCommentData = async (allData: Array<AllDataHit>) => {
}
}
}
console.log(allData);
return allData;
};

0 comments on commit 0f88cc9

Please sign in to comment.