Remove debug print statement

TBR=bsalomon@google.com

BUG=skia:

Review URL: https://codereview.chromium.org/1410723005
This commit is contained in:
egdaniel 2015-11-09 08:49:21 -08:00 committed by Commit bot
parent 73f6cfc181
commit 44972e239b

View File

@ -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);
}