Skip to content

Commit

Permalink
Merge pull request #431 from brave/revert-306-distro-check
Browse files Browse the repository at this point in the history
Revert "add toggle for enable_distro_version_check"
  • Loading branch information
bbondy authored Jun 26, 2018
2 parents d511947 + 2b7b4cf commit 571ea42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ Config.prototype.buildArgs = function () {
brave_version_minor: version_parts[1],
brave_version_build: version_parts[2],
safebrowsing_api_endpoint: this.safeBrowsingApiEndpoint,
enable_distro_version_check: this.is_official_build,
}

if (process.platform === 'darwin') {
Expand Down

0 comments on commit 571ea42

Please sign in to comment.