Skip to content

Commit 7aca50c

Browse files
authored
Remove logging of terminal buffer to console (louislam#582) black-dragon74/rm-keylog
Merged @black-dragon74's pull request removing logging of terminal buffer to console.
2 parents de63c29 + 4d71a44 commit 7aca50c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/Terminal.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ export default {
164164
mainTerminalConfig() {
165165
this.terminal.onKey(e => {
166166
const code = e.key.charCodeAt(0);
167-
console.debug("Encode: " + JSON.stringify(e.key));
168167
169168
if (e.key === "\r") {
170169
// Return if no input

0 commit comments

Comments
 (0)