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):
return '<div class="form-group col-md-{width}">{html}</div>'.format(width=width, html=html)
def render(self, name, value, attrs=None):
print('>>>> render', name, value, attrs)
try:
year_val, month_val = value.year, value.month
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