Updated Branches:
  refs/heads/master 334b19779 -> 50bf9441d

Bugfix: console.log should not have been commited


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

Branch: refs/heads/master
Commit: 50bf9441d29144693d710ecab272d9c1db4c01d2
Parents: 334b197
Author: Michal Mocny <[email protected]>
Authored: Thu Jan 10 16:54:31 2013 -0500
Committer: Michal Mocny <[email protected]>
Committed: Thu Jan 10 16:54:31 2013 -0500

----------------------------------------------------------------------
 lib/ios/exec.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/50bf9441/lib/ios/exec.js
----------------------------------------------------------------------
diff --git a/lib/ios/exec.js b/lib/ios/exec.js
index 08cdc15..b8bc850 100644
--- a/lib/ios/exec.js
+++ b/lib/ios/exec.js
@@ -123,7 +123,6 @@ function iOSExec() {
         };
     });
 
-    console.log(actionArgs);
     var command = [callbackId, service, action, actionArgs];
 
     // Stringify and queue the command. We stringify to command now to

Reply via email to