Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jan 16, 2025
1 parent 7e09a62 commit cd91b29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Elastic.Markdown/_static/copybutton.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ function formatCopyText(textContent, copybuttonPromptText, isRegexp = false, onl
var copyTargetText = (trigger) => {
var target = document.querySelector(trigger.attributes['data-clipboard-target'].value);


console.log("HELLLO")

// get filtered text
let exclude = '.linenos';

Expand Down

0 comments on commit cd91b29

Please sign in to comment.