mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 14:02:17 +00:00
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:
@@ -182,7 +182,8 @@ export default {
|
|||||||
|
|
||||||
mainTerminalConfig() {
|
mainTerminalConfig() {
|
||||||
this.terminal.onKey(e => {
|
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") {
|
if (e.key === "\r") {
|
||||||
// Return if no input
|
// Return if no input
|
||||||
|
|||||||
Reference in New Issue
Block a user