diff options
author | Jason Sams <rjsams@android.com> | 2009-08-25 17:09:59 -0700 |
---|---|---|
committer | Jason Sams <rjsams@android.com> | 2009-08-25 17:09:59 -0700 |
commit | 67c6844ea0577b7894c3053952eb4ee39fa3134c (patch) | |
tree | 80b837c901ad6f165efd5234d3263ccab2057ad2 /libs/rs/rsScriptC.cpp | |
parent | f5b4596a383b6ab83f92edecfe054e80b555c2d0 (diff) |
Remove bogus comments and logging.
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
-rw-r--r-- | libs/rs/rsScriptC.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index db4fd09d9faf..94198297b6dd 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -267,7 +267,7 @@ void ScriptCState::appendTypes(String8 *str) tmp.append(c->getComponentName()); sprintf(buf, " %i\n", ct2); tmp.append(buf); - LOGD(tmp); + //LOGD(tmp); str->append(tmp); } } @@ -295,7 +295,7 @@ void ScriptCState::appendTypes(String8 *str) sprintf(buf, "%i, %i)\n", ct, ct2); tmp.append(buf); - LOGD(tmp); + //LOGD(tmp); str->append(tmp); } } |