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

Commit 6f933f24 authored by Arthur Ishiguro's avatar Arthur Ishiguro
Browse files

Remove unnecessary log from ContextHubManager

Bug: 67734082
Test: None
Change-Id: I7e0dc28f6ee502cc2a9993b5f82bb3409a65aeb3
parent 4473d7ee
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -744,8 +744,6 @@ public final class ContextHubManager {
                synchronized (this) {
                    mLocalCallback.onMessageReceipt(hubId, nanoAppId, message);
                }
            } else {
                Log.d(TAG, "Context hub manager client callback is NULL");
            }
        }
    };