commit | 67c6844ea0577b7894c3053952eb4ee39fa3134c | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Aug 25 17:09:59 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Tue Aug 25 17:09:59 2009 -0700 |
tree | 80b837c901ad6f165efd5234d3263ccab2057ad2 | |
parent | f5b4596a383b6ab83f92edecfe054e80b555c2d0 [diff] [blame] |
Remove bogus comments and logging.
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index db4fd09..9419829 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp
@@ -267,7 +267,7 @@ tmp.append(c->getComponentName()); sprintf(buf, " %i\n", ct2); tmp.append(buf); - LOGD(tmp); + //LOGD(tmp); str->append(tmp); } } @@ -295,7 +295,7 @@ sprintf(buf, "%i, %i)\n", ct, ct2); tmp.append(buf); - LOGD(tmp); + //LOGD(tmp); str->append(tmp); } }