Remove extraneous logging.

bug 8888887

Change-Id: I68d01c2ba649257be1577d53f330ad28d3b57011
This commit is contained in:
Tim Murray
2013-05-09 12:02:50 -07:00
parent ffe3b5b89f
commit da67debe22
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ public class ScriptC extends Script {
mCachePath = f.getAbsolutePath();
f.mkdirs();
}
Log.v(TAG, "Create script for resource = " + resName);
// Log.v(TAG, "Create script for resource = " + resName);
return rs.nScriptCCreate(resName, mCachePath, pgm, pgmLength);
}
}