Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: gm/xfermodes.cpp

Issue 1725173003: remove debugging printf (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/xfermodes.cpp
diff --git a/gm/xfermodes.cpp b/gm/xfermodes.cpp
index 2366854941c88b4f51d9d5f94cdce3c91bf8009e..1a71255d3e0b94ca06e9e18ef278391a9bd2ef1c 100644
--- a/gm/xfermodes.cpp
+++ b/gm/xfermodes.cpp
@@ -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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698