Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
soomin9106 committed Aug 29, 2024
1 parent ca99229 commit f316aa3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/problem/components/ArticleDropDown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import ProblemArticleTemplate from "../ProblemArticleTemplate";
export function ArticleDropDown() {
const { getArticleId } = useProblemIdsViewModel();

console.log(getArticleId());

return (
<div className="absolute left-0 top-[66px] z-20 h-screen w-full bg-white overflow-y-scroll px-[20px] pb-[100px]">
<ProblemArticleTemplate articleId={getArticleId()} />
Expand Down

0 comments on commit f316aa3

Please sign in to comment.