removed print statement.

This commit is contained in:
Michael McGrath 2008-02-28 14:59:39 -06:00
parent bb3a4c8b36
commit 907392408e

View file

@ -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']