From f602bfe438b53d048482da67c21d07f4658e8359 Mon Sep 17 00:00:00 2001 From: Keith Holliday Date: Sun, 13 Nov 2016 13:24:59 -0600 Subject: [PATCH] Removed group subscription options (#8211) --- website/common/script/content/index.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/website/common/script/content/index.js b/website/common/script/content/index.js index f6816b9355..16876d7743 100644 --- a/website/common/script/content/index.js +++ b/website/common/script/content/index.js @@ -2677,14 +2677,6 @@ api.subscriptionBlocks = { months: 12, price: 48 }, - group_monthly: { - months: 1, - price: 5 - }, - group_yearly: { - months: 1, - price: 48, - }, }; _.each(api.subscriptionBlocks, function(b, k) {