diff options
| author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-07-09 01:49:17 +0200 | 
|---|---|---|
| committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-07-09 01:49:17 +0200 | 
| commit | 40b78381e3996924c56fef8e3d0ffe8d0aba50d6 (patch) | |
| tree | f9dd400602d8c17cff960c4331062daeb2f73d32 | |
| parent | 601dc8581733786120d590f2c8797f4feeb84b44 (diff) | |
| download | hardware_samsung-40b78381e3996924c56fef8e3d0ffe8d0aba50d6.zip hardware_samsung-40b78381e3996924c56fef8e3d0ffe8d0aba50d6.tar.gz hardware_samsung-40b78381e3996924c56fef8e3d0ffe8d0aba50d6.tar.bz2  | |
samsung: libril: cleanup debugging code
Change-Id: I1429a892071dbd55d8ffa41b304b1612261f4edc
| -rwxr-xr-x | ril/xmm6260/libril/ril.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/ril/xmm6260/libril/ril.cpp b/ril/xmm6260/libril/ril.cpp index d3573e3..a1b148e 100755 --- a/ril/xmm6260/libril/ril.cpp +++ b/ril/xmm6260/libril/ril.cpp @@ -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;  }  | 
