Skip to content

Commit bd9a7fb

Browse files
author
Andrew L
committed
Remove debug statements
1 parent c8cab78 commit bd9a7fb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@ function subscribe(el: HTMLElement, optionConfig?: OptionConfig): Subscription {
3030
}
3131

3232
function markElementWithConfigIfNeeded(el: HTMLElement, optionConfig?: OptionConfig) {
33-
// eslint-disable-next-line no-console
34-
console.log(optionConfig)
35-
3633
if (optionConfig?.pasteAsPlainText) {
37-
// eslint-disable-next-line no-console
38-
console.log(optionConfig?.pasteAsPlainText, 'HERE')
39-
4034
el.setAttribute(PASTE_AS_PLAIN_TEXT_ATTRIBUTE, 'true')
4135
}
4236
}

0 commit comments

Comments
 (0)