kill some print statements

This commit is contained in:
Thomas S Hatch 2012-06-02 23:23:06 -06:00
parent 82066696e2
commit b8477fe1a9

View file

@ -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)