From 67c6844ea0577b7894c3053952eb4ee39fa3134c Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 25 Aug 2009 17:09:59 -0700 Subject: Remove bogus comments and logging. --- libs/rs/rsScriptC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/rs/rsScriptC.cpp') 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); } } -- cgit v1.2.3-59-g8ed1b