Revert of Add temporary blacklist debugging. (patchset #1 id:1 of https://codereview...
authormtklein <mtklein@google.com>
Fri, 16 Jan 2015 03:11:55 +0000 (19:11 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 16 Jan 2015 03:11:55 +0000 (19:11 -0800)
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

dm/DM.cpp

index 246fcb1..dad1f8b 100644 (file)
--- 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();