Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 801faaa3 authored by Vladimir Komsiyski's avatar Vladimir Komsiyski
Browse files

Remove unhelpful log from native sensor service

Change-Id: I3d3ae5e0f8861679d4116b870a4f8f93f7808289
Fix: 358634033
Test: presubmit
Flag: EXEMPT trivial
parent 15f431da
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -73,8 +73,6 @@ int getDeviceIdForUid(uid_t uid) {
                return deviceId;
            }
        }
    } else {
        ALOGW("Cannot get virtualdevice_native service");
    }
    return DEVICE_ID_DEFAULT;
}