[sysadmin-bin] Remove the local tests



commit afa4270f268f3daa59672e9e6f2d884b74b0b16a
Author: Andrea Veri <av gnome org>
Date:   Tue Oct 7 15:27:29 2014 +0200

    Remove the local tests

 membership/foundation-operations.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/membership/foundation-operations.py b/membership/foundation-operations.py
index 2b15587..acb0966 100755
--- a/membership/foundation-operations.py
+++ b/membership/foundation-operations.py
@@ -106,9 +106,8 @@ def remove_user_from_foundation_member(member):
 def _sync_foundation_with_mailusers():
     foundationmembers = _get_foundation_members()
     mailusers = _parse_members_from_group('mailusers')
-    print mailusers
+
     for member in foundationmembers:
-        print member
         if member not in mailusers:
             sync_user_to_mailusers_member(member)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]