mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
kill some print statements
This commit is contained in:
parent
82066696e2
commit
b8477fe1a9
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ def verify_env(dirs, user):
|
|||
pwnam = pwd.getpwnam(user)
|
||||
uid = pwnam[2]
|
||||
gid = pwnam[3]
|
||||
print uid
|
||||
print gid
|
||||
except KeyError:
|
||||
err = ('Failed to prepare the Salt environment for user '
|
||||
'{0}. The user is not available.\n').format(user)
|
||||
|
|
Loading…
Add table
Reference in a new issue