Removed a debug print call.
- Legacy-Id: 16426
This commit is contained in:
parent
5d9c079272
commit
4094a472d7
|
@ -36,7 +36,6 @@ def import_mailman_listinfo(verbosity=0):
|
|||
names = list(Utils.list_names())
|
||||
names.sort()
|
||||
addr_max_length = Subscribed._meta.get_field('email').max_length
|
||||
debug.show('addr_max_length')
|
||||
for name in names:
|
||||
mlist = MailList.MailList(name, lock=False)
|
||||
note("List: %s" % mlist.internal_name())
|
||||
|
|
Loading…
Reference in a new issue