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

Commit 384992ef authored by Vishnu Nair's avatar Vishnu Nair
Browse files

Remove debug logs

Test: presubmit
Bug: none
Change-Id: I3ad5f82a83664c4c42603b0030f809ad797ffd29
parent 3de59f57
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4808,10 +4808,8 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo
            } else {
                final int count = mChildren.size();
                for (int i = 0; i < count; i++) {
                    Slog.d(TAG, "child " + mChildren.get(i));
                    final WindowContainer child = mChildren.get(i);
                    if (skipTraverseChild(child)) {
                        Slog.d(TAG, "child skipped");
                        continue;
                    }