settings: Extract settings.SHARE_THE_LOVE.

This commit is contained in:
Tim Abbott
2016-07-18 21:31:33 -07:00
parent afaac85dc6
commit 0aaa55fb8f
6 changed files with 5 additions and 6 deletions

View File

@@ -2,9 +2,6 @@ var feature_flags = (function () {
var exports = {};
// Voyager-related flags
exports.do_not_share_the_love = page_params.voyager;
// Manually-flipped debugging flags
exports.log_send_times = false;
exports.collect_send_times = false;