Remove logging of terminal buffer to console (#582)

Signed-off-by: Niraj Yadav <niryadav@redhat.com>
Co-authored-by: cmcooper1980 <31871143+cmcooper1980@users.noreply.github.com>
This commit is contained in:
Niraj Yadav
2025-12-20 14:47:14 +05:30
committed by GitHub
parent 65e2e26c43
commit f2575d5c05

View File

@@ -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