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

Commit 157bb2c1 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 6ab93290: suppress superfluous log

* commit '6ab93290':
  suppress superfluous log
parents c7e4e27f 6ab93290
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -332,8 +332,6 @@ void HWComposer::queryDisplayProperties(int disp) {
    LOG_ALWAYS_FATAL_IF(err, "getDisplayAttributes failed (%s)", strerror(-err));

    if (err == NO_ERROR) {
        ALOGD("config=%d, numConfigs=%d, NUM_DISPLAY_ATTRIBUTES=%d",
                config, numConfigs, NUM_DISPLAY_ATTRIBUTES);
        mHwc->getDisplayAttributes(mHwc, disp, config, DISPLAY_ATTRIBUTES,
                values);
    }