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:
parent
eec53347b5
commit
47b9db0d98
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue