Revert "enable fasta scanner in analyzer by default"

This reverts commit d16163ca0b.

BUG=

Review-Url: https://codereview.chromium.org/2967253002 .
This commit is contained in:
danrubel 2017-07-05 16:18:09 -04:00
parent bf2b3e7061
commit 56f07cf770

View file

@ -129,8 +129,7 @@ abstract class Scanner {
* A flag indicating whether the analyzer [Scanner] factory method
* will return a fasta based scanner or an analyzer based scanner.
*/
static bool useFasta =
const bool.fromEnvironment("useFastaScanner", defaultValue: true);
static bool useFasta = const bool.fromEnvironment("useFastaScanner");
/**
* The reader used to access the characters in the source.