Remove logspam for resolved bug

b/318394698 was fixed so we can now remove these logs.

Fix: 321837497
Test: N/A
Flag: NONE
Change-Id: Ifc8b18238778f6aa2c0ad1be5df627c07cbaf1d8
This commit is contained in:
fbaron
2024-03-07 11:09:34 -08:00
parent cb5d2ab72f
commit 7e5d855886
4 changed files with 0 additions and 28 deletions

View File

@@ -55,7 +55,6 @@ public interface WorkspaceLayoutManager {
int y = presenterPos.cellY;
if (info.container == LauncherSettings.Favorites.CONTAINER_HOTSEAT
|| info.container == LauncherSettings.Favorites.CONTAINER_HOTSEAT_PREDICTION) {
Log.d(TAG, "add predicted icon " + child.getTag().toString() + " to home screen");
int screenId = presenterPos.screenId;
x = getHotseat().getCellXFromOrder(screenId);
y = getHotseat().getCellYFromOrder(screenId);