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

Commit 702fdc77 authored by Daniel Hillenbrand's avatar Daniel Hillenbrand Committed by build01@build01
Browse files

samsung: libril: cleanup debugging code

Change-Id: I1429a892071dbd55d8ffa41b304b1612261f4edc
parent bf5bd88f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -361,8 +361,6 @@ processCommandBuffer(void *buffer, size_t buflen) {
    int index;
    int ret;

    ALOGE("processCommandBuffer: enter");

    p.setData((uint8_t *) buffer, buflen);

    // status checked at end
@@ -406,10 +404,8 @@ processCommandBuffer(void *buffer, size_t buflen) {

/*    sLastDispatchedToken = token; */

    ALOGE("processCommandBuffer: dispatchFunction()");
    pRI->pCI->dispatchFunction(p, pRI);

    ALOGE("processCommandBuffer: exit");
    return 0;
}