Removed console.log in accel

This commit is contained in:
Joe Bowser 2010-07-16 09:41:47 -07:00
parent 4d5d8d253b
commit 853dc0d8aa

View File

@ -48,7 +48,6 @@ Accelerometer.prototype.getCurrentAcceleration = function(successCallback, error
Accelerometer.prototype.gotAccel = function(key, x, y, z)
{
console.log('we won');
var a = new Acceleration(x,y,z);
a.x = x;
a.y = y;