From 7a237700720fea45b8c6d864579bfbee0e17368c Mon Sep 17 00:00:00 2001 From: "hyunduk.kim" Date: Wed, 22 May 2019 21:38:38 -0700 Subject: [PATCH] Removing duplicated code for 'will-finish-launching' Duplicated code for 'will-finish-launching' has been removed Change-Id: I4b9c1503184ccc02d79a9e17c5d1dfae5dc3566a Signed-off-by: hyunduk.kim --- wrt_app/src/runtime.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/wrt_app/src/runtime.js b/wrt_app/src/runtime.js index 33596ba..8fcdcf1 100755 --- a/wrt_app/src/runtime.js +++ b/wrt_app/src/runtime.js @@ -32,9 +32,6 @@ class Runtime { this.debug_mode = false; var _this = this; - app.on('will-finish-launching', function() { - console.log('will-finish-launching'); - }); app.on('before-quit', function(event) { console.log('before-quit'); wrt.exit(); -- 2.7.4