Remove log of command executed in persistent connection (#31581)
This commit is contained in:
parent
865a38bb8d
commit
97d5e0d027
1 changed files with 0 additions and 1 deletions
|
@ -214,7 +214,6 @@ class Server():
|
|||
|
||||
def do_EXEC(self, data):
|
||||
cmd = data.split(b'EXEC: ')[1]
|
||||
display.display('Command executed: %s' % cmd, log_only=True)
|
||||
return self.connection.exec_command(cmd)
|
||||
|
||||
def do_PUT(self, data):
|
||||
|
|
Loading…
Reference in a new issue