summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 6ef3d5a21..49824e24a 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -950,7 +950,6 @@ class SelectedParcelFormSet(forms.Form):
def __init__(self, *args, **kwargs):
parcels = None
- print(kwargs)
if 'data' in kwargs and 'PARCELS' in kwargs['data']:
parcels = kwargs['data']['PARCELS']
# clean data if not "real" data