We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312e53d commit 638662eCopy full SHA for 638662e
src/components/CodeEditor.vue
@@ -188,8 +188,6 @@ export default {
188
this.stats.lastThirdStartTime = this.timeElapsed();
189
}
190
191
- console.blue(this.currentLine);
192
- console.red(this.cm.getLine(this.currentLine));
193
if (this.currentLine + 1 === this.codeInfo.lines && this.cm.getLine(this.currentLine).trim().length === 0) {
194
console.red('Last line is empty');
195
this.stats.history.push(this.currentChange);
0 commit comments