From 0d484bcefc896a81d8ba6c5524361975eb44b91a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 25 Oct 2014 01:57:18 -0400 Subject: [PATCH] Remove remaked/unused code --- mayan/apps/sources/forms.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mayan/apps/sources/forms.py b/mayan/apps/sources/forms.py index fee7360104..29356a5dcf 100644 --- a/mayan/apps/sources/forms.py +++ b/mayan/apps/sources/forms.py @@ -35,15 +35,6 @@ class NewVersionForm(forms.Form): widget=forms.widgets.Textarea(attrs={'rows': 4}), ) - #def clean(self): - # cleaned_data = self.cleaned_data - # cleaned_data['new_version_data'] = { - # 'comment': self.cleaned_data.get('comment'), - # 'version_update': self.cleaned_data.get('version_update'), - # } - # Always return the full collection of cleaned data. - #return cleaned_data - class UploadBaseForm(forms.Form): def __init__(self, *args, **kwargs):