Skip to content

Commit f894e8f

Browse files
committed
update
1 parent ab1dd57 commit f894e8f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class InlineCode {
6767
this.button.classList.add(this.iconClasses.base);
6868
this.button.innerHTML = this.toolboxIcon;
6969

70-
console.log('this tag', this.tag);
7170
return this.button;
7271
}
7372

@@ -82,7 +81,6 @@ class InlineCode {
8281
}
8382

8483
let termWrapper = this.api.selection.findParentTag(this.tag, InlineCode.CSS);
85-
console.log(termWrapper);
8684

8785
/**
8886
* If start or end of selection is in the highlighted block

0 commit comments

Comments
 (0)