Skip to content

Commit 746cc6a

Browse files
committed
Remove console.logs accidentally left
1 parent 1235fc9 commit 746cc6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/indent.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ codeInput.plugins.Indent = class extends codeInput.Plugin {
117117
inputElement.selectionEnd = selectionEndI;
118118

119119
// move scroll position to follow code
120-
console.log("indw", codeInput.pluginData.indent.indentationWidthPx);
121120
if(event.shiftKey) {
122-
console.log("shift");
123121
codeInput.scrollBy(-codeInput.pluginData.indent.indentationWidthPx, 0);
124122
} else {
125123
codeInput.scrollBy(codeInput.pluginData.indent.indentationWidthPx, 0);

0 commit comments

Comments
 (0)