Bug 1465107: Remove stylo mentions from wptrunner. r=jgraham

MozReview-Commit-ID: D21P4kHOxzi
This commit is contained in:
Emilio Cobos Álvarez 2018-05-29 17:23:18 +02:00
parent e799f668c4
commit 0803b5e1ec

View File

@ -86,12 +86,6 @@ class RunInfo(dict):
elif "debug" not in self:
# Default to release
self["debug"] = False
if product == "firefox" and "stylo" not in self:
self["stylo"] = False
if "STYLO_FORCE_ENABLED" in os.environ:
self["stylo"] = True
if "STYLO_FORCE_DISABLED" in os.environ:
self["stylo"] = False
if browser_version:
self["browser_version"] = browser_version
if extras is not None: