Remove leftover stopship comment line

Test: none
Fixes: 129405675
Change-Id: I95e74cd50cccf81879e0fcb5321d4b1656efdd1c
This commit is contained in:
Fabian Kozynski
2019-05-31 09:04:59 -04:00
parent aa21a4a71c
commit 4a7331f845

View File

@@ -1311,7 +1311,6 @@ public class StatusBar extends SystemUI implements DemoMode,
&& !mDozing
&& !ONLY_CORE_APPS;
mNotificationPanel.setQsExpansionEnabled(expandEnabled);
// STOPSHIP(kozynski, b/129405675) Remove log
Log.d(TAG, "updateQsExpansionEnabled - QS Expand enabled: " + expandEnabled);
}