Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jun 15, 2020
1 parent ae99e32 commit 09d8d08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ interface CategoryListProps {
const CategroryListTemplate: FC<CategoryListProps> = ({
pathContext: { type, doc },
}) => {
console.log(doc);
return (
<Layout type={type} docId={doc}>
<CategoryList type={type} />
Expand Down

0 comments on commit 09d8d08

Please sign in to comment.