remove obsolete printf
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 16 Dec 2011 20:34:11 +0000 (20:34 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 16 Dec 2011 20:34:11 +0000 (20:34 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@2891 2bbb7eff-a529-9590-31e7-b0007b416f81

src/gpu/GrContext.cpp

index 335c1ef..be3b7be 100644 (file)
@@ -1500,9 +1500,6 @@ void GrContext::drawPath(const GrPaint& paint, const GrPath& path,
                          GrPathFill fill, const GrPoint* translate) {
 
     if (path.isEmpty()) {
-#if GR_DEBUG
-       GrPrintf("Empty path should have been caught by canvas.\n");
-#endif
        if (GrIsFillInverted(fill)) {
            this->drawPaint(paint);
        }