From e76bd363319a2d77cf97b88cc17d9702c77b462c Mon Sep 17 00:00:00 2001
From: Brett Smith <brettcsmith@brettcsmith.org>
Date: Fri, 6 Dec 2019 10:28:07 -0500
Subject: [PATCH] settings: Remove development note.

---
 pinaxcon/settings.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py
index 6352f52..654a50e 100644
--- a/pinaxcon/settings.py
+++ b/pinaxcon/settings.py
@@ -316,7 +316,6 @@ TICKET_PRODUCT_CATEGORY = 1
 
 INVOICE_CURRENCY = "USD"
 
-# VAT rate is 21%
 # When PINAX_VAT_RATE is set, this percentage of the invoice total is
 # displayed as a line item as the amount of VAT paid.
 INVOICE_VAT_RATE = Decimal(os.environ.get('PINAX_VAT_RATE') or 0)