Remove excessive logging.
Change-Id: I22497b1b169ca0f3edbc20649594f6f58f6144d0
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp
index 1f5ed7c..a2a08e5 100644
--- a/libs/rs/rsScriptC.cpp
+++ b/libs/rs/rsScriptC.cpp
@@ -78,10 +78,6 @@
if (dest) {
*dest = ptr;
- } else {
- if (rsc->props.mLogScripts) {
- LOGV("ScriptC::setupScript, NULL var binding address.");
- }
}
}
}
@@ -425,7 +421,6 @@
void ScriptCState::runCompiler(Context *rsc, ScriptC *s)
{
- LOGV("%p ScriptCState::runCompiler ", rsc);
{
StopWatch compileTimer("RenderScript compile time");
s->mBccScript = bccCreateScript();