aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/builders
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2015-11-09 08:49:21 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-09 08:49:21 -0800
commit44972e239b853cc4415d0df08ca600e93ec44f1f (patch)
tree2fcadf2900909ca779a28077fe6228d77c06b2bc /src/gpu/gl/builders
parent73f6cfc1814f5063c13d2c5178e14f14031a640c (diff)
Remove debug print statement
TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/1410723005
Diffstat (limited to 'src/gpu/gl/builders')
-rw-r--r--src/gpu/gl/builders/GrGLProgramBuilder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.h b/src/gpu/gl/builders/GrGLProgramBuilder.h
index 3ec66cb611..3a1a50e453 100644
--- a/src/gpu/gl/builders/GrGLProgramBuilder.h
+++ b/src/gpu/gl/builders/GrGLProgramBuilder.h
@@ -319,7 +319,6 @@ protected:
GrSLPrecision precision,
const char* name,
const char** outName) {
- SkDebugf("in my frag pos thing\n");
return this->internalAddUniformArray(visibility, type, precision, name, false, 0, outName);
}