Skip to content

Commit 14cf491

Browse files
committed
chore: remove console.log
1 parent 281dfbc commit 14cf491

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ window.require(["gitbook"], function(gitbook) {
8282
text: selectedText,
8383
markdown: markdown
8484
});
85-
console.log(matches);
8685
matches.forEach(function(match) {
8786
var editLink = `[:memo:](${editURL}#L${match.loc.start.line} "Edit")`;
8887
body += quoteText(match.markdown + "\n" +

0 commit comments

Comments
 (0)