Skip to content

Commit 7bb3c41

Browse files
javier-godoypaodb
authored andcommitted
fix: remove debugging output
1 parent 68486ff commit 7bb3c41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/resources/META-INF/frontend/fc-xterm/xterm-console-mixin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ class ConsoleAddon extends TerminalAddon<IConsoleMixin> {
239239
let prepare = "";
240240
let restore = this.$.insertMode ? "\x1b[4h" : "\x1b[4l"
241241

242-
console.error(this.__yPrompt+" "+range.first+" "+buffer.y+" "+buffer.ybase);
243242
if (this.__yPrompt == range.first) {
244243
//prompt has been written in this line
245244
prepare+="\x1b[4l"; //Override mode

0 commit comments

Comments
 (0)