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

Commit 5ffa916b authored by John Bates's avatar John Bates Committed by Alex Vakulenko
Browse files

Remove one more error spew from missing controllers

Bug: None
Test: One lest error when running apk
Change-Id: I4dd39223e91e124eb76350004ed0921cc6cb5d16
parent 870e487b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -183,8 +183,6 @@ class PoseClient : public pdx::ClientBase<PoseClient> {
        DVR_POSE_GET_CONTROLLER_RING_BUFFER, &controller_id,
        sizeof(controller_id), nullptr, 0);
    if (!status) {
      ALOGE("Pose GetControllerRingBuffer() failed because: %s",
            status.GetErrorMessage().c_str());
      return -status.error();
    }