Skip to content

Commit 6d46012

Browse files
committed
remove log
1 parent 5d09e3c commit 6d46012

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/gold-swans-happen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'orga-build': patch
3+
---
4+
5+
remove log

packages/orga-build/lib/orga.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export function setupOrga({ containerClass }) {
1313
rehypePlugins: [[rehypeWrap, { className: containerClass }], image],
1414
reorgRehypeOptions: {
1515
linkHref: (link) => {
16-
console.log({ link })
1716
if (link.path.protocol === 'file') {
1817
return link.path.value.replace(/\.org$/, '')
1918
}

0 commit comments

Comments
 (0)