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

Commit 9fd251e7 authored by Kevin Jeon's avatar Kevin Jeon
Browse files

Remove unnecessary log in CursorWindow.create

This change removes an unneeded debug log in CursorWindow that uses
0.37% of gms.persistent CPU.

Test: Build and flash
Bug: 184541591
Change-Id: I95683af27904db8d5ec61761dfda6d6d53ddbbef
parent 9da336b4
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;