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

Commit 419388c3 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 157bb2c1: am 6ab93290: suppress superfluous log

* commit '157bb2c1':
  suppress superfluous log
parents 81a7ec54 157bb2c1
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);
    }