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

[2/4] git commit: Removing console.log statement

Removing console.log statement


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

Branch: refs/heads/master
Commit: 70ff5bded716dbe2d2ce71df6473b31bbf6df8c4
Parents: 39d412c
Author: Josh Bavari <jo...@raisemore.com>
Authored: Tue Apr 8 15:26:24 2014 -0500
Committer: Josh Bavari <jo...@raisemore.com>
Committed: Tue Apr 8 15:26:33 2014 -0500

----------------------------------------------------------------------
 src/util/config-changes.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/70ff5bde/src/util/config-changes.js
----------------------------------------------------------------------
diff --git a/src/util/config-changes.js b/src/util/config-changes.js
index 309ceb3..041183a 100644
--- a/src/util/config-changes.js
+++ b/src/util/config-changes.js
@@ -277,7 +277,6 @@ function reapply_global_munge () {
         if(file == 'config.xml') {
             file = resolveConfigFilePath(self.project_dir, self.platform, file);
             file = path.relative(self.project_dir, file);
-            console.log('New file: ' + file);
         }
 
         self.apply_file_munge(file, global_munge.files[file]);