Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 6e31578

Browse files
author
mattpass
committed
Remove stray console.log
1 parent 76d5b24 commit 6e31578

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/js/icecoder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,6 @@ var ICEcoder = {
21072107
? editorText[opcodes[i][2]]
21082108
: "";
21092109
}
2110-
console.log(startShift);
21112110
// Replace the range with newContent. The range start line and end line adjust addording to
21122111
// startShift and endShift 1/0 values plus also the +/- docShift which is how much the
21132112
// editor document has shifted so far during replace ranges

0 commit comments

Comments
 (0)