diff --git a/services/surfaceflinger/DisplayHardware/HWComposer.cpp b/services/surfaceflinger/DisplayHardware/HWComposer.cpp index 8d0772269..9429ae6ed 100644 --- a/services/surfaceflinger/DisplayHardware/HWComposer.cpp +++ b/services/surfaceflinger/DisplayHardware/HWComposer.cpp @@ -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); }