We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a2a14 commit 0b51e9aCopy full SHA for 0b51e9a
1 file changed
ietf/doc/views_stats.py
@@ -175,7 +175,6 @@ def chart_data_person_drafts(request, id):
175
data = []
176
else:
177
data = model_to_timeline_data(DocEvent, doc__documentauthor__person=person, type='new_revision', doc__type_id='draft')
178
- debug.show('len(data)')
179
return JsonResponse(data, safe=False)
180
181
0 commit comments