Skip to content

Commit 753a21a

Browse files
committed
Remove debugging console.log from code-input.js (fixes #193)
1 parent d16cf48 commit 753a21a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code-input.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,6 @@ var codeInput = {
767767
// Update with fallback textarea's state so can keep editing
768768
// if loaded slowly
769769
if(fallbackSelectionStart !== undefined) {
770-
console.log("sel", fallbackSelectionStart, fallbackSelectionEnd, fallbackSelectionDirection, "scr", fallbackScrollTop, fallbackScrollLeft, "foc", fallbackFocused);
771770
textarea.setSelectionRange(fallbackSelectionStart, fallbackSelectionEnd, fallbackSelectionDirection);
772771
textarea.scrollTo(fallbackScrollTop, fallbackScrollLeft);
773772
}

0 commit comments

Comments
 (0)