diff --git a/store/currency.py b/store/currency.py index 0394c09..97ac16d 100644 --- a/store/currency.py +++ b/store/currency.py @@ -41,7 +41,6 @@ class Currency(object): self.symbol = _currency.HTML_letter_code self.short = _currency.abridgement self.exchange = _currency.exchange - print(self.short) except CurrencyModel.DoesNotExist: self.symbol = DEFAULT_SYMBOL request.session['currency_id'] = c_id