| Index: src/pathops/SkOpCoincidence.cpp
|
| diff --git a/src/pathops/SkOpCoincidence.cpp b/src/pathops/SkOpCoincidence.cpp
|
| index d2874c3c5e37c3a2b53b2464e9d1805cff685649..964fdc502a659a24b960294c32ef8d8d34ac760b 100755
|
| --- a/src/pathops/SkOpCoincidence.cpp
|
| +++ b/src/pathops/SkOpCoincidence.cpp
|
| @@ -1216,7 +1216,7 @@ bool SkOpCoincidence::apply() {
|
| }
|
| windValue = oppValue = 0;
|
| }
|
| -#if DEBUG_COINCIDENCE
|
| +#if 0 && DEBUG_COINCIDENCE
|
| SkDebugf("seg=%d span=%d windValue=%d oppValue=%d\n", segment->debugID(),
|
| start->debugID(), windValue, oppValue);
|
| SkDebugf("seg=%d span=%d windValue=%d oppValue=%d\n", oSegment->debugID(),
|
|
|