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:
reed 2016-02-24 09:32:40 -08:00 committed by Commit bot
parent 1abea462c8
commit 3719886415

View File

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