mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
Removed console.log in accel
This commit is contained in:
parent
4d5d8d253b
commit
853dc0d8aa
@ -48,7 +48,6 @@ Accelerometer.prototype.getCurrentAcceleration = function(successCallback, error
|
|||||||
|
|
||||||
Accelerometer.prototype.gotAccel = function(key, x, y, z)
|
Accelerometer.prototype.gotAccel = function(key, x, y, z)
|
||||||
{
|
{
|
||||||
console.log('we won');
|
|
||||||
var a = new Acceleration(x,y,z);
|
var a = new Acceleration(x,y,z);
|
||||||
a.x = x;
|
a.x = x;
|
||||||
a.y = y;
|
a.y = y;
|
||||||
|
Loading…
Reference in New Issue
Block a user