Skip to content

Commit

Permalink
Dropp log...
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn committed Nov 14, 2024
1 parent 1ed3cc2 commit 0c14157
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/skde/src/components/Atlas/v2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ type AtlasJson = {
const AtlasPage = ({ content, atlasData }: AtlasPageProps) => {
const obj: AtlasJson = JSON.parse(content);

console.log(obj.kapittel);

const tocData = obj.kapittel
? obj.kapittel
.filter((chapter) => chapter.overskrift)
Expand Down

0 comments on commit 0c14157

Please sign in to comment.