samsung: libril: cleanup debugging code
Change-Id: I1429a892071dbd55d8ffa41b304b1612261f4edc
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 @@
int index;
int ret;
- ALOGE("processCommandBuffer: enter");
-
p.setData((uint8_t *) buffer, buflen);
// status checked at end
@@ -406,10 +404,8 @@
/* sLastDispatchedToken = token; */
- ALOGE("processCommandBuffer: dispatchFunction()");
pRI->pCI->dispatchFunction(p, pRI);
- ALOGE("processCommandBuffer: exit");
return 0;
}