From b9ee35cfa3cf0d82bf7bc270ac7577c6f6335272 Mon Sep 17 00:00:00 2001 From: mitri4 Date: Tue, 7 Mar 2017 14:36:20 +0300 Subject: [PATCH] fix print --- store/currency.py | 1 - 1 file changed, 1 deletion(-) 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