You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2014/04/11 21:46:26 UTC

[10/50] [abbrv] git commit: remove console.log, oops

remove console.log, oops


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/31720efd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/31720efd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/31720efd

Branch: refs/heads/browserify
Commit: 31720efdebde75af74ae0252fa1169c6dff18f47
Parents: 221fbf5
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Mar 5 15:04:43 2014 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Mar 5 15:04:43 2014 -0800

----------------------------------------------------------------------
 src/uninstall.js | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/31720efd/src/uninstall.js
----------------------------------------------------------------------
diff --git a/src/uninstall.js b/src/uninstall.js
index 528b47a..0d55670 100644
--- a/src/uninstall.js
+++ b/src/uninstall.js
@@ -143,9 +143,7 @@ function handleUninstall(actions, platform, plugin_id, plugin_et, project_dir, w
     var platformTag = plugin_et.find('./platform[@name="'+platform+'"]');
     www_dir = www_dir || handler.www_dir(project_dir);
     require('../plugman').emit('log', 'Uninstalling ' + plugin_id + ' from ' + platform);
-
-    console.log("in uninstall.js handleUninstall plugin_dir = " + plugin_dir);
-
+    
     var assets = plugin_et.findall('./asset');
     if (platformTag) {
         var sourceFiles = platformTag.findall('./source-file'),