1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove debug statement in previous patch.

This commit is contained in:
Michael DeHaan 2013-05-31 17:13:54 -04:00
parent eec53347b5
commit 47b9db0d98

View file

@ -363,7 +363,6 @@ class User(object):
return (0, '', '')
cmd.append(self.name)
open("/tmp/xxx.log", "a").write(str(cmd)+"\n")
return self.execute_command(cmd)
def group_exists(self,group):