aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DM.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@google.com>2015-01-15 19:11:55 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-15 19:11:55 -0800
commit05982367f5ee85a5f0359bb9063c3dbefbd5aa59 (patch)
tree03995466a72362dbd3ef081da8a5cdbbac4d7e86 /dm/DM.cpp
parent04f07fcbfddbe8ca97d29053554a01c66d44ece2 (diff)
Revert of Add temporary blacklist debugging. (patchset #1 id:1 of https://codereview.chromium.org/805643004/)
Reason for revert: fixed! Original issue's description: > Add temporary blacklist debugging. > > Not sure why blacklists don't seem to work on bots. They look right. > > NOTREECHECKS=true > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/f77156e1925cd5d5504070fe5533a4c456732c1b TBR=mtklein@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/851903003
Diffstat (limited to 'dm/DM.cpp')
-rw-r--r--dm/DM.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 246fcb1c49..dad1f8b33f 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -417,11 +417,6 @@ int dm_main() {
SkAutoGraphics ag;
SkTaskGroup::Enabler enabled(FLAGS_threads);
- SkDebugf("Blacklist debugging. %d total\n", FLAGS_blacklist.count());
- for (int i = 0; i < FLAGS_blacklist.count(); i++) {
- SkDebugf("%d: '%s'\n", i, FLAGS_blacklist[i]);
- }
-
gather_srcs();
gather_sinks();
gather_tests();