aboutsummaryrefslogtreecommitdiff
path: root/budget/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'budget/forms.py')
-rw-r--r--budget/forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/budget/forms.py b/budget/forms.py
index 0c5394b..fe14288 100644
--- a/budget/forms.py
+++ b/budget/forms.py
@@ -62,7 +62,6 @@ class BillForm(Form):
bill.what=self.what.data
bill.date=self.date.data
bill.owers = [Person.query.get(ower) for ower in self.payed_for.data]
- print self.payed_for.data
return bill