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:
parent
69a9943b67
commit
547e5be01c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user