Skip to content

Commit 4094a47

Browse files
committed
Removed a debug print call.
- Legacy-Id: 16426
1 parent 5d9c079 commit 4094a47

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/mailinglists/management/commands/import_mailman_listinfo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def note(msg):
3636
names = list(Utils.list_names())
3737
names.sort()
3838
addr_max_length = Subscribed._meta.get_field('email').max_length
39-
debug.show('addr_max_length')
4039
for name in names:
4140
mlist = MailList.MailList(name, lock=False)
4241
note("List: %s" % mlist.internal_name())

0 commit comments

Comments
 (0)