Merge "Remove accidental logging."

This commit is contained in:
Jason Sams
2011-04-20 17:15:05 -07:00
committed by Android (Google) Code Review

View File

@@ -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;
}