We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1b02e commit 5b694d0Copy full SHA for 5b694d0
code-input.js
@@ -587,7 +587,6 @@ var codeInput = {
587
if(getComputedStyle(this).color == "rgb(255, 255, 255)") {
588
// Definitely not overriden
589
this.internalStyle.removeProperty("--code-input_no-override-color");
590
- console.log(this, "Autoadapt; " + oldTransition);
591
this.style.transition = oldTransition;
592
593
const highlightedTextColor = getComputedStyle(this.getStyledHighlightingElement()).color;
@@ -606,7 +605,6 @@ var codeInput = {
606
605
callbackIfOverridden();
607
}
608
609
- console.log(this, "No autoadapt; " + oldTransition);
610
611
});
612
0 commit comments