Removed a debug print statement

- Legacy-Id: 15963
This commit is contained in:
Henrik Levkowetz 2019-02-25 12:30:52 +00:00
parent 8f0cca05db
commit 07fa09b6dc

View file

@ -320,7 +320,6 @@ class SubmissionBaseUploadForm(forms.Form):
return Group.objects.get(acronym="rfceditor")
else:
ntype = name_parts[1].lower()
debug.show('ntype')
# This covers group types iesg, iana, iab, ise, and others:
if GroupTypeName.objects.filter(slug=ntype).exists():
group = Group.objects.filter(acronym=ntype).first()