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

Commit bd1fd0df authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove debug logs"

parents ae70e4d9 384992ef
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4802,10 +4802,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;
                    }