diff options
Diffstat (limited to 'chimere/forms.py')
| -rw-r--r-- | chimere/forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chimere/forms.py b/chimere/forms.py index 430cb0c..fb71057 100644 --- a/chimere/forms.py +++ b/chimere/forms.py @@ -147,7 +147,6 @@ class MarkerAdminFormBase(forms.ModelForm): """ Custom save method in order to manage associated properties """ - print self.cleaned_data new_marker = super(MarkerAdminFormBase, self).save(*args, **keys) if 'status' not in self.cleaned_data: new_marker.status = 'S' |
