Remove SkDebugf that is gumming up the bot logs
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 21 May 2014 20:42:57 +0000 (20:42 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 21 May 2014 20:42:57 +0000 (20:42 +0000)
This SkDebugf is making the bot logs a bit harder to read:

http://108.170.220.120:10117/builders/Perf-Win7-ShuttleA-HD2000-x86-Release-ANGLE/builds/1959/steps/BenchPictures/logs/stdio

R=bsalomon@google.com

Author: robertphillips@google.com

Review URL: https://codereview.chromium.org/296153003

git-svn-id: http://skia.googlecode.com/svn/trunk@14832 2bbb7eff-a529-9590-31e7-b0007b416f81

src/effects/SkBlurMaskFilter.cpp

index f263a027842a61fb0ea9344b57570882c881a59f..b0af04078436533341c7d3194efce2e7f1944ed1 100644 (file)
@@ -864,7 +864,6 @@ private:
 
 GrEffectRef* GrRRectBlurEffect::Create(GrContext* context, float sigma, const SkRRect& rrect) {
     if (!rrect.isSimpleCircular()) {
-        SkDebugf( "not simple circular\n" );
         return NULL;
     }