Chromium Code Reviews| Index: src/pathops/SkPathOpsRect.h |
| diff --git a/src/pathops/SkPathOpsRect.h b/src/pathops/SkPathOpsRect.h |
| index 7fec70a32a5de83ed833217853d1610e813d271c..2b1e6393f42c798f6968064f84efc8f8f6b31715 100644 |
| --- a/src/pathops/SkPathOpsRect.h |
| +++ b/src/pathops/SkPathOpsRect.h |
| @@ -25,9 +25,6 @@ struct SkDRect { |
| } |
| bool intersects(const SkDRect& r) const { |
| - if (fLeft > fRight) { |
| - SkDebugf("!"); |
| - } |
| SkASSERT(fLeft <= fRight); |
| SkASSERT(fTop <= fBottom); |
| SkASSERT(r.fLeft <= r.fRight); |