removed some debug
This commit is contained in:
parent
0b94513275
commit
3a652919d9
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ class MakeShellAccounts(BaseClient):
|
||||||
if group == '@all':
|
if group == '@all':
|
||||||
for grp in self.groups:
|
for grp in self.groups:
|
||||||
if not grp['name'].startswith('cla'):
|
if not grp['name'].startswith('cla'):
|
||||||
print grp['name']
|
|
||||||
valid_groups[restriction].append(grp['name'])
|
valid_groups[restriction].append(grp['name'])
|
||||||
elif group.startswith('@'):
|
elif group.startswith('@'):
|
||||||
for grp in self.groups:
|
for grp in self.groups:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue