mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
removed a trailing log
This commit is contained in:
@@ -237,7 +237,6 @@ public class AccelListener extends Plugin implements SensorEventListener {
|
||||
if (this.status == AccelListener.STOPPED) {
|
||||
return;
|
||||
}
|
||||
Log.d("ACCEL", "accuracy is now " + accuracy);
|
||||
this.accuracy = accuracy;
|
||||
}
|
||||
|
||||
@@ -338,4 +337,4 @@ public class AccelListener extends Plugin implements SensorEventListener {
|
||||
}
|
||||
return r;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user