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
diff --git a/gm/xfermodes.cpp b/gm/xfermodes.cpp
index 2366854..1a71255 100644
--- a/gm/xfermodes.cpp
+++ b/gm/xfermodes.cpp
@@ -279,7 +279,6 @@
             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;