Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jun 1, 2022
1 parent 72778b8 commit 0a0b05c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build/ref.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ exports.buildRef = function buildRef() {
if (type.type == "DOMSelection") return "https://developer.mozilla.org/en-US/docs/Web/API/Selection"
let sibling = /\.\.\/(?:prosemirror-)?([\w-]+)\//.exec(type.typeSource)
if (sibling && packages.includes(sibling[1])) return "#" + sibling[1] + "." + type.type
if (type.type == "Mark") console.log(type.typeSource)
}, browserImports]
}
}
Expand Down

0 comments on commit 0a0b05c

Please sign in to comment.