From 627076e54221773c33f1dcf0c84c21f25e157f94 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 9 Dec 2017 12:18:29 -0500 Subject: [PATCH] Remove test code --- fosspay/blueprints/html.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/fosspay/blueprints/html.py b/fosspay/blueprints/html.py index bbd97a8..2973f73 100644 --- a/fosspay/blueprints/html.py +++ b/fosspay/blueprints/html.py @@ -49,9 +49,6 @@ def index(): patreon_count = 0 patreon_sum = 0 - recurring_count = 1 - recurring_sum = 5000 - return render_template("index.html", projects=projects, avatar=avatar, selected_project=selected_project, recurring_count=recurring_count,