Remove debug statement in previous patch.
This commit is contained in:
parent
dc1242d7eb
commit
10c905e3e2
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