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

Commit 0fc8f214 authored by Jeff Tinker's avatar Jeff Tinker
Browse files

Remove drm log spam

test:compiles
bug:77813983
Change-Id: Iae9c8d3a958cad74dd10395a5184a3b82d263200
parent f344afa9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -318,7 +318,6 @@ Vector<sp<IDrmFactory>> DrmHal::makeDrmFactories() {
                    for (const auto &instance : registered) {
                        auto factory = drm::V1_0::IDrmFactory::getService(instance);
                        if (factory != NULL) {
                            ALOGD("found drm@1.0 IDrmFactory %s", instance.c_str());
                            factories.push_back(factory);
                        }
                    }
@@ -329,7 +328,6 @@ Vector<sp<IDrmFactory>> DrmHal::makeDrmFactories() {
                    for (const auto &instance : registered) {
                        auto factory = drm::V1_1::IDrmFactory::getService(instance);
                        if (factory != NULL) {
                            ALOGD("found drm@1.1 IDrmFactory %s", instance.c_str());
                            factories.push_back(factory);
                        }
                    }