Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2071/Hub-promo-abc-test #583

Merged
merged 9 commits into from Jul 20, 2020

Remove console statements

  • Loading branch information
wlycdgr committed Jul 20, 2020
commit f607966c4fba83b0055a601958164806440586c9
@@ -69,8 +69,6 @@ class ABTest {

// update conf
globals.SESSION.abtests = this.tests;
console.error('A/B Tests found!');
console.error(`ir: ${conf.install_random_number}`);
log('A/B Tests: tests updated to', JSON.stringify(this.tests));
}).catch(() => {
log('A/B Tests: error fetching.');
ProTip! Use n and p to navigate between commits in a pull request.