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 2013/05/14 03:18:37 UTC

git commit: should be working

Updated Branches:
  refs/heads/master 45df38579 -> d33583f64


should be working


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/d33583f6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/d33583f6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/d33583f6

Branch: refs/heads/master
Commit: d33583f645b070e96851b5eb89cea048652b7d52
Parents: 45df385
Author: Steven Gill <st...@gmail.com>
Authored: Mon May 13 18:18:32 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon May 13 18:18:32 2013 -0700

----------------------------------------------------------------------
 www/accelerometer.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/d33583f6/www/accelerometer.js
----------------------------------------------------------------------
diff --git a/www/accelerometer.js b/www/accelerometer.js
index 46665ca..29f5183 100644
--- a/www/accelerometer.js
+++ b/www/accelerometer.js
@@ -166,5 +166,4 @@ var accelerometer = {
         }
     }
 };
-console.log("SHIT "+ accelerometer);
 module.exports = accelerometer;