From f2575d5c055129130d2a7f232dad904f3fd30d11 Mon Sep 17 00:00:00 2001 From: Niraj Yadav Date: Sat, 20 Dec 2025 14:47:14 +0530 Subject: [PATCH] Remove logging of terminal buffer to console (#582) Signed-off-by: Niraj Yadav Co-authored-by: cmcooper1980 <31871143+cmcooper1980@users.noreply.github.com> --- frontend/src/components/Terminal.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Terminal.vue b/frontend/src/components/Terminal.vue index 659efa5..32fdbb5 100644 --- a/frontend/src/components/Terminal.vue +++ b/frontend/src/components/Terminal.vue @@ -182,7 +182,8 @@ export default { mainTerminalConfig() { this.terminal.onKey(e => { - console.debug("Encode: " + JSON.stringify(e.key)); + // Optional: keep for debugging + // console.debug("Encode: " + JSON.stringify(e.key)); if (e.key === "\r") { // Return if no input