diff options
author | Michael E Brown <mebrown@michaels-house.net> | 2007-11-30 12:02:46 -0600 |
---|---|---|
committer | Michael E Brown <mebrown@michaels-house.net> | 2007-11-30 12:02:46 -0600 |
commit | 9c4e0f4756001bf562bcc0d1fc30f48c693b9c49 (patch) | |
tree | 191da48ec0c525982f7264c1b9eeb3b11342e49b /py/mock.py | |
parent | 97f06be255f9a20613c66510e05f68372af7215f (diff) | |
download | mock-9c4e0f4756001bf562bcc0d1fc30f48c693b9c49.tar.gz mock-9c4e0f4756001bf562bcc0d1fc30f48c693b9c49.tar.xz mock-9c4e0f4756001bf562bcc0d1fc30f48c693b9c49.zip |
remove debugging statement.
Diffstat (limited to 'py/mock.py')
-rwxr-xr-x | py/mock.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -310,8 +310,6 @@ def main(retParams): uidManager._becomeUser(unprivUid, unprivGid) del(os.environ["HOME"]) - print "DEBUG: %s %s" % (mock.uid.getresuid(), mock.uid.getresgid()) - # defaults config_opts = {} setup_default_config_opts(config_opts) |