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

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

Merge "Remove unnecessary log in CursorWindow.create" into sc-dev

parents 09f8e5de 9fd251e7
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -62,7 +62,6 @@ status_t CursorWindow::create(const String8 &name, size_t inflatedSize, CursorWi
    window->clear();
    window->clear();
    window->updateSlotsData();
    window->updateSlotsData();


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