Skip to content

Commit

Permalink
remove console.log in docs card
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl committed Apr 17, 2024
1 parent c3ff12d commit 5822957
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/theme/DocCard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ function CardCategory({ item }) {
})();
}, []);

console.log(item);

if (!href) {
return null;
}
Expand Down

0 comments on commit 5822957

Please sign in to comment.