Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83f7ee8d authored by ztenghui's avatar ztenghui Committed by Tenghui Zhu
Browse files

Remove the unnessary log

We still need to investigate the underlying problem and fix it.

bug:16015708

Change-Id: If38b550d5af990d5aaa6633ee129a61e927d66c1
parent cb665af8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;