From a53106be3b23e38eb59bccf3069dc6b1a4642dce Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 13 Dec 2013 15:50:57 -0500 Subject: [PATCH] No need to clear the plan since the redirect is now only if the user is signed in --- static/js/controllers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/controllers.js b/static/js/controllers.js index 66909bdf9..196668b6f 100644 --- a/static/js/controllers.js +++ b/static/js/controllers.js @@ -34,7 +34,6 @@ function PlansCtrl($scope, $location, UserService, PlanService) { }; $scope.cancelNotedPlan = function() { - PlanService.notePlan(''); }; $scope.buyNow = function(plan) {