[TV] Remove unnecessary code 84/245984/1
authorDongHyun Song <dh81.song@samsung.com>
Wed, 21 Oct 2020 06:21:48 +0000 (15:21 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Wed, 21 Oct 2020 06:23:10 +0000 (15:23 +0900)
clearDeadMount() was removed from
  https://review.tizen.org/gerrit/245799/

Change-Id: I56d6198754962d24131b318ddb986e96f355ceac
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
wrt_app/src/runtime.ts

index 02a15b6..0f81a53 100644 (file)
@@ -71,10 +71,7 @@ class Runtime {
         XWalkExtension.initialize();
         XWalkExtension.preventCleanup();
       }
-      if (wrt.tv) {
-        wrt.tv.importCertificate('');
-        wrt.tv.clearDeadMount();
-      }
+      wrt.tv?.importCertificate('');
     });
     wrt.on('app-control', (event, appControl) => {
       console.log('app-control');