summaryrefslogtreecommitdiffstats
path: root/libs/hwui
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui')
-rw-r--r--libs/hwui/ShadowTessellator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/ShadowTessellator.cpp b/libs/hwui/ShadowTessellator.cpp
index 30c6f5d..bcfda99 100644
--- a/libs/hwui/ShadowTessellator.cpp
+++ b/libs/hwui/ShadowTessellator.cpp
@@ -187,7 +187,6 @@ Vector2 ShadowTessellator::centroid2d(const Vector2* poly, int polyLength) {
*/
bool ShadowTessellator::isClockwise(const Vector2* polygon, int len) {
if (len < 2 || polygon == NULL) {
- ALOGW("Invalid polygon %p, length is %d @ isClockwise()", polygon, len);
return true;
}
double sum = 0;