remove debugging printf
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1725173003 NOTRY=True TBR= Review URL: https://codereview.chromium.org/1725173003
This commit is contained in:
parent
1abea462c8
commit
3719886415
@ -279,7 +279,6 @@ protected:
|
||||
SkScalar x = x0, y = y0;
|
||||
for (size_t i = 0; i < SK_ARRAY_COUNT(gModes); i++) {
|
||||
if ((gModes[i].fSourceTypeMask & sourceType) == 0) {
|
||||
SkDebugf("skip %d %s for type %x\n", i, gModes[i].fLabel, sourceType);
|
||||
continue;
|
||||
}
|
||||
SkAutoTUnref<SkXfermode> mode;
|
||||
|
Loading…
Reference in New Issue
Block a user