Remove accidentally checked in printf

git-svn-id: http://skia.googlecode.com/svn/trunk@2997 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2012-01-10 18:01:01 +00:00
parent 69a9943b67
commit 547e5be01c

View File

@ -1488,7 +1488,6 @@ void SkGpuDevice::drawSprite(const SkDraw& draw, const SkBitmap& bitmap,
blurSize.height());
texture = blurTexture;
grPaint.setTexture(kBitmapTextureIdx, texture);
GrPrintf("%d %d | %d %d\n", w, h, texture->width(), texture->height());
} else {
grPaint.setTexture(kBitmapTextureIdx, texture);
}