[AddOn]Remove unnecessary log 44/284244/2
authorliwei <wei90727.li@samsung.com>
Mon, 14 Nov 2022 07:17:09 +0000 (15:17 +0800)
committerliwei <wei90727.li@samsung.com>
Mon, 14 Nov 2022 09:28:48 +0000 (17:28 +0800)
Remove unnecessary log 'No handler for the key ***', this log
cannot help anything and make misunderstand from other module,
so remove it.

Change-Id: I857d7d22a4a7ebef56cc16e9dc81b60d2c8fdb12
Signed-off-by: liwei <wei90727.li@samsung.com>
wrt_app/src/runtime.ts

index 737d4a3..a4e4123 100644 (file)
@@ -167,9 +167,6 @@ class Runtime {
       case "Down":
         valid = true;
         break;
-      default:
-        console.log('No handler for the key ' + key);
-        break;
     }
     if (valid)
       this.webApplication?.keyEvent(key);