SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 0872ec79 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Remove comments

parent 7c6b049d
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,6 @@ class MonthYearWidget(Widget): ...@@ -48,7 +48,6 @@ class MonthYearWidget(Widget):
return '<div class="form-group col-md-{width}">{html}</div>'.format(width=width, html=html) return '<div class="form-group col-md-{width}">{html}</div>'.format(width=width, html=html)
def render(self, name, value, attrs=None): def render(self, name, value, attrs=None):
print('>>>> render', name, value, attrs)
try: try:
year_val, month_val = value.year, value.month year_val, month_val = value.year, value.month
except AttributeError: except AttributeError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment