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

Commit 0ec8c6f9 authored by Jason Sams's avatar Jason Sams
Browse files

Remove accidental logging.

Change-Id: I59073a620c312485a0631069856fbd7ca40b4cbd
parent fcf72312
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ using namespace android::renderscript;
//////////////////////////////////////////////////////////////////////////////

static uint32_t SC_allocGetDimX(Allocation *a) {
    LOGE("SC_allocGetDimX %p", a);
    return a->mHal.state.dimensionX;
}