Skip to content

Commit 8b2b825

Browse files
committed
less verbose
1 parent 3947bea commit 8b2b825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/CallingActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2210,7 +2210,7 @@ public void onSensorChanged(SensorEvent event)
22102210
{
22112211
if (event.sensor.getType() == Sensor.TYPE_PROXIMITY)
22122212
{
2213-
Log.i(TAG, "onSensorChanged:value=" + event.values[0] + " max=" + proximity_sensor.getMaximumRange());
2213+
// Log.i(TAG, "onSensorChanged:value=" + event.values[0] + " max=" + proximity_sensor.getMaximumRange());
22142214
if (event.values[0] < proximity_sensor.getMaximumRange())
22152215
{
22162216
// close to ear

0 commit comments

Comments
 (0)