Bug 1572511 - Reduce time for search config tests by removing a bit of logging. r=daleharvey

Differential Revision: https://phabricator.services.mozilla.com/D41258

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mark Banner 2019-08-08 21:14:24 +00:00
parent 3814a2adf5
commit 4fa1cb92aa

View File

@ -127,7 +127,6 @@ class SearchConfigTest {
// when updating the requested/available locales.
for (let region of regions) {
for (let locale of locales) {
info(`Checking region: "${region}" locale: "${locale}"`);
await this._reinit(region, locale);
this._assertDefaultEngines(region, locale);