mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
removed a trailing log
This commit is contained in:
parent
cb98bbce1f
commit
df89d33fab
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user