Remove excessive logging.

Change-Id: I22497b1b169ca0f3edbc20649594f6f58f6144d0
diff --git a/rsScriptC.cpp b/rsScriptC.cpp
index 1f5ed7c..a2a08e5 100644
--- a/rsScriptC.cpp
+++ b/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();