diff options
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
-rw-r--r-- | libs/rs/rsScriptC.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 1f5ed7cf367d..a2a08e50f9c0 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -78,10 +78,6 @@ void ScriptC::setupScript(Context *rsc) if (dest) { *dest = ptr; - } else { - if (rsc->props.mLogScripts) { - LOGV("ScriptC::setupScript, NULL var binding address."); - } } } } @@ -425,7 +421,6 @@ extern unsigned rs_runtime_lib_bc_size; void ScriptCState::runCompiler(Context *rsc, ScriptC *s) { - LOGV("%p ScriptCState::runCompiler ", rsc); { StopWatch compileTimer("RenderScript compile time"); s->mBccScript = bccCreateScript(); |