Commit a1b9544ce20e273e69c2cf0a5a18b6b3d4cce390

Authored by Sergio Oliveira
1 parent b71ec535

Removing print left behind

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/accounts/utils/mailman.py
... ... @@ -34,7 +34,6 @@ def unsubscribe(listname, address):
34 34  
35 35 def update_subscription(address, lists):
36 36 current_lists = address_lists(address)
37   - print lists
38 37  
39 38 for maillist in current_lists:
40 39 if maillist not in lists:
... ...