Skip to content

Commit 638662e

Browse files
author
Bot
committed
remove old console logs
1 parent 312e53d commit 638662e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/CodeEditor.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ export default {
188188
this.stats.lastThirdStartTime = this.timeElapsed();
189189
}
190190
191-
console.blue(this.currentLine);
192-
console.red(this.cm.getLine(this.currentLine));
193191
if (this.currentLine + 1 === this.codeInfo.lines && this.cm.getLine(this.currentLine).trim().length === 0) {
194192
console.red('Last line is empty');
195193
this.stats.history.push(this.currentChange);

0 commit comments

Comments
 (0)