Skip to content

Commit 5b694d0

Browse files
committed
Remove console.logs accidentally left from testing
1 parent 6a1b02e commit 5b694d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

code-input.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ var codeInput = {
587587
if(getComputedStyle(this).color == "rgb(255, 255, 255)") {
588588
// Definitely not overriden
589589
this.internalStyle.removeProperty("--code-input_no-override-color");
590-
console.log(this, "Autoadapt; " + oldTransition);
591590
this.style.transition = oldTransition;
592591

593592
const highlightedTextColor = getComputedStyle(this.getStyledHighlightingElement()).color;
@@ -606,7 +605,6 @@ var codeInput = {
606605
callbackIfOverridden();
607606
}
608607
this.internalStyle.removeProperty("--code-input_no-override-color");
609-
console.log(this, "No autoadapt; " + oldTransition);
610608
this.style.transition = oldTransition;
611609
});
612610
}

0 commit comments

Comments
 (0)