diff options
Diffstat (limited to 'libs/rs/rsScript.cpp')
-rw-r--r-- | libs/rs/rsScript.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/rs/rsScript.cpp b/libs/rs/rsScript.cpp index 0e76daef1c27..c2f9689131bd 100644 --- a/libs/rs/rsScript.cpp +++ b/libs/rs/rsScript.cpp @@ -66,7 +66,9 @@ void Script::setVar(uint32_t slot, const void *val, uint32_t len) memcpy(destPtr, val, len); //LOGE("setVar f2 %f", ((const float *)destPtr)[0]); } else { - LOGE("Calling setVar on slot = %i which is null", slot); + //if (rsc->props.mLogScripts) { + LOGV("Calling setVar on slot = %i which is null", slot); + //} } } |