removed some debug

This commit is contained in:
Michael McGrath 2008-03-13 16:06:37 -05:00
parent 0b94513275
commit 3a652919d9

View file

@ -159,7 +159,6 @@ class MakeShellAccounts(BaseClient):
if group == '@all':
for grp in self.groups:
if not grp['name'].startswith('cla'):
print grp['name']
valid_groups[restriction].append(grp['name'])
elif group.startswith('@'):
for grp in self.groups: