You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/02/23 18:53:18 UTC

[12/35] git commit: Remove logging statement.

Remove logging statement.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/87ff0c83
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/87ff0c83
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/87ff0c83

Branch: refs/heads/ios
Commit: 87ff0c8391feb589a4299f5dc1bde374a7d07429
Parents: 5097e18
Author: Bryce Curtis <cu...@gmail.com>
Authored: Tue Feb 21 14:26:09 2012 -0600
Committer: Bryce Curtis <cu...@gmail.com>
Committed: Tue Feb 21 14:26:09 2012 -0600

----------------------------------------------------------------------
 build/packager.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/87ff0c83/build/packager.js
----------------------------------------------------------------------
diff --git a/build/packager.js b/build/packager.js
index a8f7824..ce77fa2 100644
--- a/build/packager.js
+++ b/build/packager.js
@@ -16,7 +16,6 @@ function walk(dir, doRecursive) {
             } else {
                 if (list[i] != ".DS_Store") {
                     results.push(file);
-                    console.log("FILE="+file + " F="+list[i]);
                 }
             }
         }