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, '', '')
|
return (0, '', '')
|
||||||
|
|
||||||
cmd.append(self.name)
|
cmd.append(self.name)
|
||||||
open("/tmp/xxx.log", "a").write(str(cmd)+"\n")
|
|
||||||
return self.execute_command(cmd)
|
return self.execute_command(cmd)
|
||||||
|
|
||||||
def group_exists(self,group):
|
def group_exists(self,group):
|
||||||
|
|
Loading…
Reference in a new issue