From 1c96487869215e7a39069179c255a61f57a3ec1a Mon Sep 17 00:00:00 2001 From: Hevin Date: Fri, 17 Jun 2016 17:44:42 +0800 Subject: [PATCH] Update install script. --- plugin.xml | 2 -- scripts/android-install.js | 3 --- 2 files changed, 5 deletions(-) diff --git a/plugin.xml b/plugin.xml index b84a7c7..7c55093 100644 --- a/plugin.xml +++ b/plugin.xml @@ -53,9 +53,7 @@ - - diff --git a/scripts/android-install.js b/scripts/android-install.js index ded017c..bdc97b2 100644 --- a/scripts/android-install.js +++ b/scripts/android-install.js @@ -9,9 +9,6 @@ module.exports = function (context) { config = new ConfigParser(path.join(context.opts.projectRoot, "config.xml")), packageName = config.android_packageName() || config.packageName(); - console.info("Running android-install.Hook: " + context.hook - + ", Package: " + packageName + ", Path: " + projectRoot + "."); - if (!packageName) { console.error("Package name could not be found!"); return ;