Remove unneeded debug log statements.

This commit is contained in:
Bryce Curtis
2010-10-28 16:28:24 -05:00
parent 35b3808701
commit 577284b960
4 changed files with 1 additions and 11 deletions

View File

@@ -40,7 +40,6 @@ Accelerometer.ERROR_MSG = ["Not running", "Starting", "", "Failed to start"];
* @param {AccelerationOptions} options The options for getting the accelerometer data such as timeout. (OPTIONAL)
*/
Accelerometer.prototype.getCurrentAcceleration = function(successCallback, errorCallback, options) {
console.log("Accelerometer.getCurrentAcceleration()");
// successCallback required
if (typeof successCallback != "function") {