Remove log of command executed in persistent connection (#31581)

pull/31608/head
Ganesh Nalawade 7 years ago committed by GitHub
parent 865a38bb8d
commit 97d5e0d027

@ -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…
Cancel
Save