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

Commit f6021c06 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove unnecessary log in CursorWindow.create" into sc-dev am: 2c522a39 am: 37605e69

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15225375

Change-Id: I2fbce16b146c788348e0278cc7587963a97d2c10
parents 05a9da75 37605e69
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -62,7 +62,6 @@ status_t CursorWindow::create(const String8 &name, size_t inflatedSize, CursorWi
    window->clear();
    window->updateSlotsData();

    LOG(DEBUG) << "Created: " << window->toString();
    *outWindow = window;
    return OK;