We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281dfbc commit 14cf491Copy full SHA for 14cf491
src/plugin.js
@@ -82,7 +82,6 @@ window.require(["gitbook"], function(gitbook) {
82
text: selectedText,
83
markdown: markdown
84
});
85
- console.log(matches);
86
matches.forEach(function(match) {
87
var editLink = `[:memo:](${editURL}#L${match.loc.start.line} "Edit")`;
88
body += quoteText(match.markdown + "\n" +
0 commit comments