removed print statement.
This commit is contained in:
parent
bb3a4c8b36
commit
907392408e
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ class MakeShellAccounts(BaseClient):
|
|||
file = open('/tmp/shadow.txt', 'w')
|
||||
if not people:
|
||||
people = self.people_list()
|
||||
print people
|
||||
for person in people:
|
||||
uid = person['id']
|
||||
username = person['username']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue