aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-21 20:42:57 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-21 20:42:57 +0000
commit3236109527790416ec83b48e0406308980971ad5 (patch)
tree1f8084a646b2b62e1c21a81c799700ab61d071fc /src/effects
parent05fadd1b6ecd551d384cb20b16c385ced0df76a4 (diff)
Remove SkDebugf that is gumming up the bot logs
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
Diffstat (limited to 'src/effects')
-rw-r--r--src/effects/SkBlurMaskFilter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/effects/SkBlurMaskFilter.cpp b/src/effects/SkBlurMaskFilter.cpp
index f263a02784..b0af040784 100644
--- a/src/effects/SkBlurMaskFilter.cpp
+++ b/src/effects/SkBlurMaskFilter.cpp
@@ -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;
}