diff options
author | 2010-10-12 17:47:34 -0700 | |
---|---|---|
committer | 2010-10-12 17:47:34 -0700 | |
commit | 1f114a55b5eaaa81bd302c9ad851362512b61e2f (patch) | |
tree | 80567c8d4e3a977978fd0b70cda7ddce899e0fbd | |
parent | 4bb942083a0d4db746adf95349108dd8ef842e32 (diff) |
Remove logging.
Change-Id: Ibcb11d704653d8875e22629ea39e4ee2ebce3c22
-rw-r--r-- | libs/hwui/PatchCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PatchCache.h b/libs/hwui/PatchCache.h index 2a8ac82d1699..f4eeb09d746a 100644 --- a/libs/hwui/PatchCache.h +++ b/libs/hwui/PatchCache.h @@ -29,7 +29,7 @@ namespace uirenderer { /////////////////////////////////////////////////////////////////////////////// // Debug -#define DEBUG_PATCHES 1 +#define DEBUG_PATCHES 0 // Debug #if DEBUG_PATCHES |