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
This commit is contained in:
mtklein 2015-01-15 19:11:55 -08:00 committed by Commit bot
parent 04f07fcbfd
commit 05982367f5

View File

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